#0c0a90

Color #0C0A90 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #0C0A90

Tints of Ultramarine #0C0A90

Color information

#0C0A90 (or 0x0C0A90) is unknown color: approx Ultramarine. HEX triplet: 0C, 0A and 90. RGB value is (12,10,144). Sum of RGB (Red+Green+Blue) = 12+10+144=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 144 (56.64% from 255 or 86.75% from 166); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C0A90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0A90 is #F3F56F. Grayscale: #191919. Windows color (decimal): -15988080 or 9439756. OLE color: 9439756.

HSL color Cylindrical-coordinate representation of color #0C0A90: hue angle of 240.9º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0A90 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1210144-
CMYK0.920.9300.44
HSL240.9º87.01%30.2%-
HSV(B)240.9º93.06%56.47%-
XYZ5.292.3126.55-
YUV25.87194.66118.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 7.23%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 144 (56.64% from 255) = 86.75%
R=7.23%
G=6.02%
B=86.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12101440.920.9300.44240.987.0130.2
HexCA905C5D02Cf1571e
Octal141222013413505436112736
Binary110010101001000010111001011101010110011110001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c0a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c0a90; }

 p { color: rgb(12,10,144); }

 H1.HeaderClassName
 {
   color: #0c0a90;
 }
 .AnyTagClassName
 {
   color: #0c0a90;
 }
</style>
background-color css

<style>
 a { background-color: #0c0a90; }

 a { background-color: rgb(12,10,144); }

 div.DivClassName
 {
   background-color: #0c0a90;
 }
 .BgClassName
 {
   background-color: #0c0a90;
 }
</style>
border-color css

<style>
 span { border-color: #0c0a90; }

 span { border-color: rgb(12,10,144); }

 td.TdClassName
 {
   border-color: #0c0a90;
 }
 .TagClassName
 {
   border-color: #0c0a90;
 }
</style>