Html Css Color HEX #0C2351 Sapphire

📋 copy color: '#0C2351'

red 12 ◦ green 35 ◦ blue 81

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

Shades of Sapphire #0C2351

Tints of Sapphire #0C2351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.34%

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

R = 9.38%
G = 27.34%
B = 63.28%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0C2351 (or 0x0C2351) is known color: Sapphire. HEX triplet: 0C, 23 and 51. RGB value is (12,35,81). Sum of RGB (Red+Green+Blue) = 12+35+81=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C2351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2351 is #F3DCAE. Grayscale: #212121. Windows color (decimal): -15981743 or 5317388. OLE color: 5317388.

HSL color Cylindrical-coordinate representation of color #0C2351: hue angle of 220º 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 #0C2351 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 35 81 -
CMYK 0.85 0.57 0 0.68
HSL 220º 0.74% 0.18% -
HSV(B) 220º 0.85% 0.32% -
XYZ 2.24 1.87 8.03 -
YUV 33.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 12 35 81 0.85 0.57 0 0.68 220 0.74 0.18
Hex C 23 51 55 39 0 44 DC 4A 12
Octal 14 43 121 125 71 0 104 334 112 22
Binary 1100 100011 1010001 1010101 111001 0 1000100 11011100 1001010 10010

Color Harmonies of #0C2351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2351

Black with #0C2351

Text Example


Text Example

White with #0C2351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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