Html Css Color HEX #0C109B Ultramarine

📋 copy color: '#0C109B'

red 12 ◦ green 16 ◦ blue 155

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

Shades of Ultramarine #0C109B

Tints of Ultramarine #0C109B

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.7%

R = 6.56%
G = 8.74%
B = 84.7%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C109B (or 0x0C109B) is known color: 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

RGB 12 16 155 -
CMYK 0.92 0.90 0 0.39
HSL 238.32º 0.86% 0.33% -
HSV(B) 238.32º 0.92% 0.61% -
XYZ 6.25 2.82 31.22 -
YUV 30.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 12 16 155 0.92 0.90 0 0.39 238.32 0.86 0.33
Hex C 10 9B 5C 5A 0 27 EE 56 21
Octal 14 20 233 134 132 0 47 356 126 41
Binary 1100 10000 10011011 1011100 1011010 0 100111 11101110 1010110 100001

Color Harmonies of #0C109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C109B

Black with #0C109B

Text Example


Text Example

White with #0C109B

Text Example


Text Example

HTML Codes & Css Web 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>