Html Css Color HEX #0C129D Ultramarine

📋 copy color: '#0C129D'

red 12 ◦ green 18 ◦ blue 157

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

Shades of Ultramarine #0C129D

Tints of Ultramarine #0C129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

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

R = 6.42%
G = 9.63%
B = 83.96%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C129D (or 0x0C129D) is known color: Ultramarine. HEX triplet: 0C, 12 and 9D. RGB value is (12,18,157). Sum of RGB (Red+Green+Blue) = 12+18+157=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 157 (61.72% from 255 or 83.96% from 187); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C129D is #F3ED62. Grayscale: #1F1F1F. Windows color (decimal): -15986019 or 10293772. OLE color: 10293772.

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

Color convert

RGB 12 18 157 -
CMYK 0.92 0.89 0 0.38
HSL 237.52º 0.86% 0.33% -
HSV(B) 237.52º 0.92% 0.62% -
XYZ 6.45 2.95 32.13 -
YUV 32.05 198.51 113.7 -
System Red Green Blue C M Y K H S L
Decimal 12 18 157 0.92 0.89 0 0.38 237.52 0.86 0.33
Hex C 12 9D 5C 59 0 26 EE 56 21
Octal 14 22 235 134 131 0 46 356 126 41
Binary 1100 10010 10011101 1011100 1011001 0 100110 11101110 1010110 100001

Color Harmonies of #0C129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C129D

Black with #0C129D

Text Example


Text Example

White with #0C129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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