#0C0E8B

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

Shades of Ultramarine #0C0E8B

Tints of Ultramarine #0C0E8B

Color information

#0C0E8B (or 0x0C0E8B) is unknown color: approx Ultramarine. HEX triplet: 0C, 0E and 8B. RGB value is (12,14,139). Sum of RGB (Red+Green+Blue) = 12+14+139=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C0E8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0E8B is #F3F174. Grayscale: #1B1B1B. Windows color (decimal): -15987061 or 9113100. OLE color: 9113100.

HSL color Cylindrical-coordinate representation of color #0C0E8B: hue angle of 239.06º 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 #0C0E8B is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1214139-
CMYK0.910.9000.45
HSL239.06º84.11%29.61%-
HSV(B)239.06º91.37%54.51%-
XYZ4.972.2624.6-
YUV27.65190.84116.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.27%
GREEN value IS 14 (5.86% from 255) = 8.48%
BLUE value IS 139 (54.69% from 255) = 84.24%
R=7.27%
G=8.48%
B=84.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12141390.910.9000.45239.0684.1129.61
HexCE8B5B5A02Def541e
Octal141621313313205535712436
Binary110011101000101110110111011010010110111101111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,14,139); }

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

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

 a { background-color: rgb(12,14,139); }

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

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

 span { border-color: rgb(12,14,139); }

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