Html Css Color HEX #05205D Sapphire

📋 copy color: '#05205D'

red 5 ◦ green 32 ◦ blue 93

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

Shades of Sapphire #05205D

Tints of Sapphire #05205D

RGB

 RED value IS 5 (2.34% from 255) = 3.85%

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

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

R = 3.85%
G = 24.62%
B = 71.54%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05205D (or 0x05205D) is known color: Sapphire. HEX triplet: 05, 20 and 5D. RGB value is (5,32,93). Sum of RGB (Red+Green+Blue) = 5+32+93=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #05205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05205D is #FADFA2. Grayscale: #1E1E1E. Windows color (decimal): -16441251 or 6103045. OLE color: 6103045.

HSL color Cylindrical-coordinate representation of color #05205D: hue angle of 221.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05205D is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 32 93 -
CMYK 0.95 0.66 0 0.64
HSL 221.59º 0.9% 0.19% -
HSV(B) 221.59º 0.95% 0.36% -
XYZ 2.55 1.86 10.58 -
YUV 30.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 5 32 93 0.95 0.66 0 0.64 221.59 0.9 0.19
Hex 5 20 5D 5F 42 0 40 DE 5A 13
Octal 5 40 135 137 102 0 100 336 132 23
Binary 101 100000 1011101 1011111 1000010 0 1000000 11011110 1011010 10011

Color Harmonies of #05205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05205D

Black with #05205D

Text Example


Text Example

White with #05205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05205D; }

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

 H1.HeaderClassName
 {
   color: #05205D;
 }
 .AnyTagClassName
 {
   color: #05205D;
 }
</style>

background-color css

<style>
 a { background-color: #05205D; }

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

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

border-color css

<style>
 span { border-color: #05205D; }

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

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