Html Css Color HEX #03205C Sapphire

📋 copy color: '#03205C'

red 3 ◦ green 32 ◦ blue 92

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

Shades of Sapphire #03205C

Tints of Sapphire #03205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 72.44%

R = 2.36%
G = 25.2%
B = 72.44%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03205C (or 0x03205C) is known color: Sapphire. HEX triplet: 03, 20 and 5C. RGB value is (3,32,92). Sum of RGB (Red+Green+Blue) = 3+32+92=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #03205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03205C is #FCDFA3. Grayscale: #1D1D1D. Windows color (decimal): -16572324 or 6037507. OLE color: 6037507.

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

Color convert

RGB 3 32 92 -
CMYK 0.97 0.65 0 0.64
HSL 220.45º 0.94% 0.19% -
HSV(B) 220.45º 0.97% 0.36% -
XYZ 2.49 1.83 10.35 -
YUV 30.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 3 32 92 0.97 0.65 0 0.64 220.45 0.94 0.19
Hex 3 20 5C 61 41 0 40 DC 5E 13
Octal 3 40 134 141 101 0 100 334 136 23
Binary 11 100000 1011100 1100001 1000001 0 1000000 11011100 1011110 10011

Color Harmonies of #03205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03205C

Black with #03205C

Text Example


Text Example

White with #03205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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