#0C1D8C

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

Shades of Ultramarine #0C1D8C

Tints of Ultramarine #0C1D8C

Color information

#0C1D8C (or 0x0C1D8C) is unknown color: approx Ultramarine. HEX triplet: 0C, 1D and 8C. RGB value is (12,29,140). Sum of RGB (Red+Green+Blue) = 12+29+140=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C1D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1D8C is #F3E273. Grayscale: #242424. Windows color (decimal): -15983220 or 9182476. OLE color: 9182476.

HSL color Cylindrical-coordinate representation of color #0C1D8C: hue angle of 232.03º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1D8C is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1229140-
CMYK0.910.7900.45
HSL232.03º84.21%29.8%-
HSV(B)232.03º91.43%54.9%-
XYZ5.322.8525.08-
YUV36.57186.37110.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 140 (55.08% from 255) = 77.35%
R=6.63%
G=16.02%
B=77.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12291400.910.7900.45232.0384.2129.8
HexC1D8C5B4F02De8541e
Octal143521413311705535012436
Binary1100111011000110010110111001111010110111101000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,29,140); }

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

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

 a { background-color: rgb(12,29,140); }

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

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

 span { border-color: rgb(12,29,140); }

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