Html Css Color HEX #0C2250 Sapphire

📋 copy color: '#0C2250'

red 12 ◦ green 34 ◦ blue 80

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

Shades of Sapphire #0C2250

Tints of Sapphire #0C2250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.98%

 BLUE value IS 80 (31.64% from 255) = 63.49%

R = 9.52%
G = 26.98%
B = 63.49%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C2250 (or 0x0C2250) is known color: Sapphire. HEX triplet: 0C, 22 and 50. RGB value is (12,34,80). Sum of RGB (Red+Green+Blue) = 12+34+80=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C2250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2250 is #F3DDAF. Grayscale: #202020. Windows color (decimal): -15982000 or 5251596. OLE color: 5251596.

HSL color Cylindrical-coordinate representation of color #0C2250: hue angle of 220.59º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C2250 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 34 80 -
CMYK 0.85 0.58 0 0.69
HSL 220.59º 0.74% 0.18% -
HSV(B) 220.59º 0.85% 0.31% -
XYZ 2.17 1.8 7.82 -
YUV 32.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 12 34 80 0.85 0.58 0 0.69 220.59 0.74 0.18
Hex C 22 50 55 3A 0 45 DD 4A 12
Octal 14 42 120 125 72 0 105 335 112 22
Binary 1100 100010 1010000 1010101 111010 0 1000101 11011101 1001010 10010

Color Harmonies of #0C2250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2250

Black with #0C2250

Text Example


Text Example

White with #0C2250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,34,80); }

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

background-color css

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

 a { background-color: rgb(12,34,80); }

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

border-color css

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

 span { border-color: rgb(12,34,80); }

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