Html Css Color HEX #0C2560 Sapphire

📋 copy color: '#0C2560'

red 12 ◦ green 37 ◦ blue 96

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

Shades of Sapphire #0C2560

Tints of Sapphire #0C2560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.52%

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

R = 8.28%
G = 25.52%
B = 66.21%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C2560 (or 0x0C2560) is known color: Sapphire. HEX triplet: 0C, 25 and 60. RGB value is (12,37,96). Sum of RGB (Red+Green+Blue) = 12+37+96=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C2560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2560 is #F3DA9F. Grayscale: #232323. Windows color (decimal): -15981216 or 6300940. OLE color: 6300940.

HSL color Cylindrical-coordinate representation of color #0C2560: hue angle of 222.14º 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 #0C2560 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 37 96 -
CMYK 0.88 0.61 0 0.62
HSL 222.14º 0.78% 0.21% -
HSV(B) 222.14º 0.88% 0.38% -
XYZ 2.92 2.25 11.35 -
YUV 36.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 12 37 96 0.88 0.61 0 0.62 222.14 0.78 0.21
Hex C 25 60 58 3D 0 3E DE 4E 15
Octal 14 45 140 130 75 0 76 336 116 25
Binary 1100 100101 1100000 1011000 111101 0 111110 11011110 1001110 10101

Color Harmonies of #0C2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2560

Black with #0C2560

Text Example


Text Example

White with #0C2560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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