Html Css Color HEX #0C2A70 Sapphire

📋 copy color: '#0C2A70'

red 12 ◦ green 42 ◦ blue 112

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

Shades of Sapphire #0C2A70

Tints of Sapphire #0C2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

 BLUE value IS 112 (44.14% from 255) = 67.47%

R = 7.23%
G = 25.3%
B = 67.47%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C2A70 (or 0x0C2A70) is known color: Sapphire. HEX triplet: 0C, 2A and 70. RGB value is (12,42,112). Sum of RGB (Red+Green+Blue) = 12+42+112=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C2A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2A70 is #F3D58F. Grayscale: #282828. Windows color (decimal): -15979920 or 7350796. OLE color: 7350796.

HSL color Cylindrical-coordinate representation of color #0C2A70: hue angle of 222º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2A70 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 42 112 -
CMYK 0.89 0.62 0 0.56
HSL 222º 0.81% 0.24% -
HSV(B) 222º 0.89% 0.44% -
XYZ 3.9 2.9 15.68 -
YUV 41.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 12 42 112 0.89 0.62 0 0.56 222 0.81 0.24
Hex C 2A 70 59 3E 0 38 DE 51 18
Octal 14 52 160 131 76 0 70 336 121 30
Binary 1100 101010 1110000 1011001 111110 0 111000 11011110 1010001 11000

Color Harmonies of #0C2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2A70

Black with #0C2A70

Text Example


Text Example

White with #0C2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,42,112); }

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

background-color css

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

 a { background-color: rgb(12,42,112); }

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

border-color css

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

 span { border-color: rgb(12,42,112); }

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