#0C129B

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

Shades of Ultramarine #0C129B

Tints of Ultramarine #0C129B

Color information

#0C129B (or 0x0C129B) is unknown color: approx Ultramarine. HEX triplet: 0C, 12 and 9B. RGB value is (12,18,155). Sum of RGB (Red+Green+Blue) = 12+18+155=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C129B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C129B is #F3ED64. Grayscale: #1F1F1F. Windows color (decimal): -15986021 or 10162700. OLE color: 10162700.

HSL color Cylindrical-coordinate representation of color #0C129B: hue angle of 237.48º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C129B is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1218155-
CMYK0.920.8800.39
HSL237.48º85.63%32.75%-
HSV(B)237.48º92.26%60.78%-
XYZ6.282.8831.23-
YUV31.82197.51113.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 155 (60.94% from 255) = 83.78%
R=6.49%
G=9.73%
B=83.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12181550.920.8800.39237.4885.6332.75
HexC129B5C58027ed5621
Octal142223313413004735512641
Binary11001001010011011101110010110000100111111011011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,18,155); }

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

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

 a { background-color: rgb(12,18,155); }

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

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

 span { border-color: rgb(12,18,155); }

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