Html Css Color HEX #0C2360 Sapphire

📋 copy color: '#0C2360'

red 12 ◦ green 35 ◦ blue 96

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

Shades of Sapphire #0C2360

Tints of Sapphire #0C2360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.48%

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

R = 8.39%
G = 24.48%
B = 67.13%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C2360 (or 0x0C2360) is known color: Sapphire. HEX triplet: 0C, 23 and 60. RGB value is (12,35,96). Sum of RGB (Red+Green+Blue) = 12+35+96=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C2360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2360 is #F3DC9F. Grayscale: #222222. Windows color (decimal): -15981728 or 6300428. OLE color: 6300428.

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

Color convert

RGB 12 35 96 -
CMYK 0.88 0.64 0 0.62
HSL 223.57º 0.78% 0.21% -
HSV(B) 223.57º 0.88% 0.38% -
XYZ 2.86 2.12 11.33 -
YUV 35.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 12 35 96 0.88 0.64 0 0.62 223.57 0.78 0.21
Hex C 23 60 58 40 0 3E E0 4E 15
Octal 14 43 140 130 100 0 76 340 116 25
Binary 1100 100011 1100000 1011000 1000000 0 111110 11100000 1001110 10101

Color Harmonies of #0C2360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2360

Black with #0C2360

Text Example


Text Example

White with #0C2360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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