Html Css Color HEX #0C205D Sapphire

📋 copy color: '#0C205D'

red 12 ◦ green 32 ◦ blue 93

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

Shades of Sapphire #0C205D

Tints of Sapphire #0C205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.36%

 BLUE value IS 93 (36.72% from 255) = 67.88%

R = 8.76%
G = 23.36%
B = 67.88%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0C205D (or 0x0C205D) is known color: Sapphire. HEX triplet: 0C, 20 and 5D. RGB value is (12,32,93). Sum of RGB (Red+Green+Blue) = 12+32+93=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C205D is #F3DFA2. Grayscale: #202020. Windows color (decimal): -15982499 or 6103052. OLE color: 6103052.

HSL color Cylindrical-coordinate representation of color #0C205D: hue angle of 225.19º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C205D is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 32 93 -
CMYK 0.87 0.66 0 0.64
HSL 225.19º 0.77% 0.21% -
HSV(B) 225.19º 0.87% 0.36% -
XYZ 2.64 1.9 10.58 -
YUV 32.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 12 32 93 0.87 0.66 0 0.64 225.19 0.77 0.21
Hex C 20 5D 57 42 0 40 E1 4D 15
Octal 14 40 135 127 102 0 100 341 115 25
Binary 1100 100000 1011101 1010111 1000010 0 1000000 11100001 1001101 10101

Color Harmonies of #0C205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C205D

Black with #0C205D

Text Example


Text Example

White with #0C205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,32,93); }

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

background-color css

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

 a { background-color: rgb(12,32,93); }

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

border-color css

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

 span { border-color: rgb(12,32,93); }

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