Html Css Color HEX #0C109D Ultramarine

📋 copy color: '#0C109D'

red 12 ◦ green 16 ◦ blue 157

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

Shades of Ultramarine #0C109D

Tints of Ultramarine #0C109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 84.86%

R = 6.49%
G = 8.65%
B = 84.86%

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

#0C109D (or 0x0C109D) is known color: Ultramarine. HEX triplet: 0C, 10 and 9D. RGB value is (12,16,157). Sum of RGB (Red+Green+Blue) = 12+16+157=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C109D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C109D is #F3EF62. Grayscale: #1E1E1E. Windows color (decimal): -15986531 or 10293260. OLE color: 10293260.

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

Color convert

RGB 12 16 157 -
CMYK 0.92 0.90 0 0.38
HSL 238.34º 0.86% 0.33% -
HSV(B) 238.34º 0.92% 0.62% -
XYZ 6.42 2.88 32.12 -
YUV 30.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 12 16 157 0.92 0.90 0 0.38 238.34 0.86 0.33
Hex C 10 9D 5C 5A 0 26 EE 56 21
Octal 14 20 235 134 132 0 46 356 126 41
Binary 1100 10000 10011101 1011100 1011010 0 100110 11101110 1010110 100001

Color Harmonies of #0C109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C109D

Black with #0C109D

Text Example


Text Example

White with #0C109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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