#0C109B

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

Shades of Ultramarine #0C109B

Tints of Ultramarine #0C109B

Color information

#0C109B (or 0x0C109B) is unknown color: approx Ultramarine. HEX triplet: 0C, 10 and 9B. RGB value is (12,16,155). Sum of RGB (Red+Green+Blue) = 12+16+155=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 155 (60.94% from 255 or 84.70% from 183); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C109B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C109B is #F3EF64. Grayscale: #1E1E1E. Windows color (decimal): -15986533 or 10162188. OLE color: 10162188.

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

Color convert

RGB1216155-
CMYK0.920.9000.39
HSL238.32º85.63%32.75%-
HSV(B)238.32º92.26%60.78%-
XYZ6.252.8231.22-
YUV30.65198.17114.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 155 (60.94% from 255) = 84.70%
R=6.56%
G=8.74%
B=84.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12161550.920.9000.39238.3285.6332.75
HexC109B5C5A027ee5621
Octal142023313413204735612641
Binary11001000010011011101110010110100100111111011101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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