#0C1382

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

Shades of Ultramarine #0C1382

Tints of Ultramarine #0C1382

Color information

#0C1382 (or 0x0C1382) is unknown color: approx Ultramarine. HEX triplet: 0C, 13 and 82. RGB value is (12,19,130). Sum of RGB (Red+Green+Blue) = 12+19+130=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 130 (51.17% from 255 or 80.75% from 161); Max value from RGB is 130 - color contains mainly: blue. Hex color #0C1382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1382 is #F3EC7D. Grayscale: #1D1D1D. Windows color (decimal): -15985790 or 8524556. OLE color: 8524556.

HSL color Cylindrical-coordinate representation of color #0C1382: hue angle of 236.44º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1382 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1219130-
CMYK0.910.8500.49
HSL236.44º83.1%27.84%-
HSV(B)236.44º90.77%50.98%-
XYZ4.412.1621.3-
YUV29.56184.68115.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.45%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 130 (51.17% from 255) = 80.75%
R=7.45%
G=11.80%
B=80.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12191300.910.8500.49236.4483.127.84
HexC13825B55031ec531c
Octal142320213312506135412334
Binary1100100111000001010110111010101011000111101100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,19,130); }

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

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

 a { background-color: rgb(12,19,130); }

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

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

 span { border-color: rgb(12,19,130); }

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