Html Css Color HEX #0C2151 Sapphire

📋 copy color: '#0C2151'

red 12 ◦ green 33 ◦ blue 81

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

Shades of Sapphire #0C2151

Tints of Sapphire #0C2151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.19%

 BLUE value IS 81 (32.03% from 255) = 64.29%

R = 9.52%
G = 26.19%
B = 64.29%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0C2151 (or 0x0C2151) is known color: Sapphire. HEX triplet: 0C, 21 and 51. RGB value is (12,33,81). Sum of RGB (Red+Green+Blue) = 12+33+81=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 81 (32.03% from 255 or 64.29% from 126); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C2151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2151 is #F3DEAE. Grayscale: #1F1F1F. Windows color (decimal): -15982255 or 5316876. OLE color: 5316876.

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

Color convert

RGB 12 33 81 -
CMYK 0.85 0.59 0 0.68
HSL 221.74º 0.74% 0.18% -
HSV(B) 221.74º 0.85% 0.32% -
XYZ 2.18 1.76 8.01 -
YUV 32.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 12 33 81 0.85 0.59 0 0.68 221.74 0.74 0.18
Hex C 21 51 55 3B 0 44 DE 4A 12
Octal 14 41 121 125 73 0 104 336 112 22
Binary 1100 100001 1010001 1010101 111011 0 1000100 11011110 1001010 10010

Color Harmonies of #0C2151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2151

Black with #0C2151

Text Example


Text Example

White with #0C2151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,33,81); }

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

background-color css

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

 a { background-color: rgb(12,33,81); }

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

border-color css

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

 span { border-color: rgb(12,33,81); }

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