Html Css Color HEX #03205F Sapphire

📋 copy color: '#03205F'

red 3 ◦ green 32 ◦ blue 95

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

Shades of Sapphire #03205F

Tints of Sapphire #03205F

RGB

 RED value IS 3 (1.56% from 255) = 2.31%

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

 BLUE value IS 95 (37.5% from 255) = 73.08%

R = 2.31%
G = 24.62%
B = 73.08%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03205F (or 0x03205F) is known color: Sapphire. HEX triplet: 03, 20 and 5F. RGB value is (3,32,95). Sum of RGB (Red+Green+Blue) = 3+32+95=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #03205F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03205F is #FCDFA0. Grayscale: #1E1E1E. Windows color (decimal): -16572321 or 6234115. OLE color: 6234115.

HSL color Cylindrical-coordinate representation of color #03205F: hue angle of 221.09º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03205F is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 32 95 -
CMYK 0.97 0.66 0 0.63
HSL 221.09º 0.94% 0.19% -
HSV(B) 221.09º 0.97% 0.37% -
XYZ 2.62 1.88 11.05 -
YUV 30.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 3 32 95 0.97 0.66 0 0.63 221.09 0.94 0.19
Hex 3 20 5F 61 42 0 3F DD 5E 13
Octal 3 40 137 141 102 0 77 335 136 23
Binary 11 100000 1011111 1100001 1000010 0 111111 11011101 1011110 10011

Color Harmonies of #03205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03205F

Black with #03205F

Text Example


Text Example

White with #03205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03205F; }

 p { color: rgb(3,32,95); }

 H1.HeaderClassName
 {
   color: #03205F;
 }
 .AnyTagClassName
 {
   color: #03205F;
 }
</style>

background-color css

<style>
 a { background-color: #03205F; }

 a { background-color: rgb(3,32,95); }

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

border-color css

<style>
 span { border-color: #03205F; }

 span { border-color: rgb(3,32,95); }

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