#0C1F95

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

Shades of Ultramarine #0C1F95

Tints of Ultramarine #0C1F95

Color information

#0C1F95 (or 0x0C1F95) is unknown color: approx Ultramarine. HEX triplet: 0C, 1F and 95. RGB value is (12,31,149). Sum of RGB (Red+Green+Blue) = 12+31+149=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C1F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1F95 is #F3E06A. Grayscale: #262626. Windows color (decimal): -15982699 or 9772812. OLE color: 9772812.

HSL color Cylindrical-coordinate representation of color #0C1F95: hue angle of 231.68º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1F95 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1231149-
CMYK0.920.7900.42
HSL231.68º85.09%31.57%-
HSV(B)231.68º91.95%58.43%-
XYZ6.073.2328.74-
YUV38.77190.21108.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.25%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 149 (58.59% from 255) = 77.60%
R=6.25%
G=16.15%
B=77.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12311490.920.7900.42231.6885.0931.57
HexC1F955C4F02Ae85520
Octal143722513411705235012540
Binary11001111110010101101110010011110101010111010001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,31,149); }

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

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

 a { background-color: rgb(12,31,149); }

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

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

 span { border-color: rgb(12,31,149); }

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