Html Css Color HEX #0C2973 Sapphire

📋 copy color: '#0C2973'

red 12 ◦ green 41 ◦ blue 115

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

Shades of Sapphire #0C2973

Tints of Sapphire #0C2973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.4%

 BLUE value IS 115 (45.31% from 255) = 68.45%

R = 7.14%
G = 24.4%
B = 68.45%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C2973 (or 0x0C2973) is known color: Sapphire. HEX triplet: 0C, 29 and 73. RGB value is (12,41,115). Sum of RGB (Red+Green+Blue) = 12+41+115=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C2973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2973 is #F3D68C. Grayscale: #282828. Windows color (decimal): -15980173 or 7547148. OLE color: 7547148.

HSL color Cylindrical-coordinate representation of color #0C2973: hue angle of 223.11º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C2973 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 41 115 -
CMYK 0.90 0.64 0 0.55
HSL 223.11º 0.81% 0.25% -
HSV(B) 223.11º 0.9% 0.45% -
XYZ 4.04 2.9 16.57 -
YUV 40.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 12 41 115 0.90 0.64 0 0.55 223.11 0.81 0.25
Hex C 29 73 5A 40 0 37 DF 51 19
Octal 14 51 163 132 100 0 67 337 121 31
Binary 1100 101001 1110011 1011010 1000000 0 110111 11011111 1010001 11001

Color Harmonies of #0C2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2973

Black with #0C2973

Text Example


Text Example

White with #0C2973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,41,115); }

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

background-color css

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

 a { background-color: rgb(12,41,115); }

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

border-color css

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

 span { border-color: rgb(12,41,115); }

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