Html Css Color HEX #03215B Sapphire

📋 copy color: '#03215B'

red 3 ◦ green 33 ◦ blue 91

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

Shades of Sapphire #03215B

Tints of Sapphire #03215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.98%

 BLUE value IS 91 (35.94% from 255) = 71.65%

R = 2.36%
G = 25.98%
B = 71.65%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03215B (or 0x03215B) is known color: Sapphire. HEX triplet: 03, 21 and 5B. RGB value is (3,33,91). Sum of RGB (Red+Green+Blue) = 3+33+91=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #03215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03215B is #FCDEA4. Grayscale: #1E1E1E. Windows color (decimal): -16572069 or 5972227. OLE color: 5972227.

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

Color convert

RGB 3 33 91 -
CMYK 0.97 0.64 0 0.64
HSL 219.55º 0.94% 0.18% -
HSV(B) 219.55º 0.97% 0.36% -
XYZ 2.47 1.86 10.13 -
YUV 30.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 3 33 91 0.97 0.64 0 0.64 219.55 0.94 0.18
Hex 3 21 5B 61 40 0 40 DC 5E 12
Octal 3 41 133 141 100 0 100 334 136 22
Binary 11 100001 1011011 1100001 1000000 0 1000000 11011100 1011110 10010

Color Harmonies of #03215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03215B

Black with #03215B

Text Example


Text Example

White with #03215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03215B; }

 p { color: rgb(3,33,91); }

 H1.HeaderClassName
 {
   color: #03215B;
 }
 .AnyTagClassName
 {
   color: #03215B;
 }
</style>

background-color css

<style>
 a { background-color: #03215B; }

 a { background-color: rgb(3,33,91); }

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

border-color css

<style>
 span { border-color: #03215B; }

 span { border-color: rgb(3,33,91); }

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