Html Css Color HEX #0C2861 Sapphire

📋 copy color: '#0C2861'

red 12 ◦ green 40 ◦ blue 97

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

Shades of Sapphire #0C2861

Tints of Sapphire #0C2861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.85%

 BLUE value IS 97 (38.28% from 255) = 65.1%

R = 8.05%
G = 26.85%
B = 65.1%

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

#0C2861 (or 0x0C2861) is known color: Sapphire. HEX triplet: 0C, 28 and 61. RGB value is (12,40,97). Sum of RGB (Red+Green+Blue) = 12+40+97=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C2861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2861 is #F3D79E. Grayscale: #252525. Windows color (decimal): -15980447 or 6367244. OLE color: 6367244.

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

Color convert

RGB 12 40 97 -
CMYK 0.88 0.59 0 0.62
HSL 220.24º 0.78% 0.21% -
HSV(B) 220.24º 0.88% 0.38% -
XYZ 3.07 2.46 11.62 -
YUV 38.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 12 40 97 0.88 0.59 0 0.62 220.24 0.78 0.21
Hex C 28 61 58 3B 0 3E DC 4E 15
Octal 14 50 141 130 73 0 76 334 116 25
Binary 1100 101000 1100001 1011000 111011 0 111110 11011100 1001110 10101

Color Harmonies of #0C2861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2861

Black with #0C2861

Text Example


Text Example

White with #0C2861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,40,97); }

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

background-color css

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

 a { background-color: rgb(12,40,97); }

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

border-color css

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

 span { border-color: rgb(12,40,97); }

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