Html Css Color HEX #0C2760 Sapphire

📋 copy color: '#0C2760'

red 12 ◦ green 39 ◦ blue 96

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

Shades of Sapphire #0C2760

Tints of Sapphire #0C2760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.53%

 BLUE value IS 96 (37.89% from 255) = 65.31%

R = 8.16%
G = 26.53%
B = 65.31%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C2760 (or 0x0C2760) is known color: Sapphire. HEX triplet: 0C, 27 and 60. RGB value is (12,39,96). Sum of RGB (Red+Green+Blue) = 12+39+96=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C2760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2760 is #F3D89F. Grayscale: #252525. Windows color (decimal): -15980704 or 6301452. OLE color: 6301452.

HSL color Cylindrical-coordinate representation of color #0C2760: hue angle of 220.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2760 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 39 96 -
CMYK 0.88 0.59 0 0.62
HSL 220.71º 0.78% 0.21% -
HSV(B) 220.71º 0.88% 0.38% -
XYZ 2.99 2.37 11.37 -
YUV 37.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 12 39 96 0.88 0.59 0 0.62 220.71 0.78 0.21
Hex C 27 60 58 3B 0 3E DD 4E 15
Octal 14 47 140 130 73 0 76 335 116 25
Binary 1100 100111 1100000 1011000 111011 0 111110 11011101 1001110 10101

Color Harmonies of #0C2760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2760

Black with #0C2760

Text Example


Text Example

White with #0C2760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,39,96); }

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

background-color css

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

 a { background-color: rgb(12,39,96); }

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

border-color css

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

 span { border-color: rgb(12,39,96); }

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