Html Css Color HEX #0C2660 Sapphire

📋 copy color: '#0C2660'

red 12 ◦ green 38 ◦ blue 96

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

Shades of Sapphire #0C2660

Tints of Sapphire #0C2660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.03%

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

R = 8.22%
G = 26.03%
B = 65.75%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C2660 (or 0x0C2660) is known color: Sapphire. HEX triplet: 0C, 26 and 60. RGB value is (12,38,96). Sum of RGB (Red+Green+Blue) = 12+38+96=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C2660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2660 is #F3D99F. Grayscale: #242424. Windows color (decimal): -15980960 or 6301196. OLE color: 6301196.

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

Color convert

RGB 12 38 96 -
CMYK 0.88 0.60 0 0.62
HSL 221.43º 0.78% 0.21% -
HSV(B) 221.43º 0.88% 0.38% -
XYZ 2.96 2.31 11.36 -
YUV 36.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 12 38 96 0.88 0.60 0 0.62 221.43 0.78 0.21
Hex C 26 60 58 3C 0 3E DD 4E 15
Octal 14 46 140 130 74 0 76 335 116 25
Binary 1100 100110 1100000 1011000 111100 0 111110 11011101 1001110 10101

Color Harmonies of #0C2660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2660

Black with #0C2660

Text Example


Text Example

White with #0C2660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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