Html Css Color HEX #0C2864 Sapphire

📋 copy color: '#0C2864'

red 12 ◦ green 40 ◦ blue 100

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

Shades of Sapphire #0C2864

Tints of Sapphire #0C2864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 65.79%

R = 7.89%
G = 26.32%
B = 65.79%

CMYK

 C value IS 0.88

 M value IS 0.6

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0C2864 (or 0x0C2864) is known color: Sapphire. HEX triplet: 0C, 28 and 64. RGB value is (12,40,100). Sum of RGB (Red+Green+Blue) = 12+40+100=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 100 (39.45% from 255 or 65.79% from 152); Max value from RGB is 100 - color contains mainly: blue. Hex color #0C2864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2864 is #F3D79B. Grayscale: #262626. Windows color (decimal): -15980444 or 6563852. OLE color: 6563852.

HSL color Cylindrical-coordinate representation of color #0C2864: hue angle of 220.91º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C2864 is Cyan = 0.88, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 40 100 -
CMYK 0.88 0.6 0 0.61
HSL 220.91º 0.79% 0.22% -
HSV(B) 220.91º 0.88% 0.39% -
XYZ 3.21 2.52 12.37 -
YUV 38.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 12 40 100 0.88 0.6 0 0.61 220.91 0.79 0.22
Hex C 28 64 58 3C 0 3D DD 4F 16
Octal 14 50 144 130 74 0 75 335 117 26
Binary 1100 101000 1100100 1011000 111100 0 111101 11011101 1001111 10110

Color Harmonies of #0C2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2864

Black with #0C2864

Text Example


Text Example

White with #0C2864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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