Html Css Color HEX #0C109F Ultramarine

📋 copy color: '#0C109F'

red 12 ◦ green 16 ◦ blue 159

#0C109F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #0C109F

Tints of Ultramarine #0C109F

RGB

 RED value IS 12 (5.08% from 255) = 6.42%

 GREEN value IS 16 (6.64% from 255) = 8.56%

 BLUE value IS 159 (62.5% from 255) = 85.03%

R = 6.42%
G = 8.56%
B = 85.03%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C109F (or 0x0C109F) is known color: Ultramarine. HEX triplet: 0C, 10 and 9F. RGB value is (12,16,159). Sum of RGB (Red+Green+Blue) = 12+16+159=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 159 (62.5% from 255 or 85.03% from 187); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C109F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C109F is #F3EF60. Grayscale: #1E1E1E. Windows color (decimal): -15986529 or 10424332. OLE color: 10424332.

HSL color Cylindrical-coordinate representation of color #0C109F: hue angle of 238.37º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C109F is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 16 159 -
CMYK 0.92 0.90 0 0.38
HSL 238.37º 0.86% 0.34% -
HSV(B) 238.37º 0.92% 0.62% -
XYZ 6.59 2.95 33.02 -
YUV 31.11 200.17 114.37 -
System Red Green Blue C M Y K H S L
Decimal 12 16 159 0.92 0.90 0 0.38 238.37 0.86 0.34
Hex C 10 9F 5C 5A 0 26 EE 56 22
Octal 14 20 237 134 132 0 46 356 126 42
Binary 1100 10000 10011111 1011100 1011010 0 100110 11101110 1010110 100010

Color Harmonies of #0C109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C109F

Black with #0C109F

Text Example


Text Example

White with #0C109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C109F;
 }
 .AnyTagClassName
 {
   color: #0C109F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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