Html Css Color HEX #03217F Sapphire

📋 copy color: '#03217F'

red 3 ◦ green 33 ◦ blue 127

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

Shades of Sapphire #03217F

Tints of Sapphire #03217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 77.91%

R = 1.84%
G = 20.25%
B = 77.91%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#03217F (or 0x03217F) is known color: Sapphire. HEX triplet: 03, 21 and 7F. RGB value is (3,33,127). Sum of RGB (Red+Green+Blue) = 3+33+127=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 127 (50% from 255 or 77.91% from 163); Max value from RGB is 127 - color contains mainly: blue. Hex color #03217F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03217F is #FCDE80. Grayscale: #222222. Windows color (decimal): -16572033 or 8331523. OLE color: 8331523.

HSL color Cylindrical-coordinate representation of color #03217F: hue angle of 225.48º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03217F is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 33 127 -
CMYK 0.98 0.74 0 0.50
HSL 225.48º 0.95% 0.25% -
HSV(B) 225.48º 0.98% 0.5% -
XYZ 4.41 2.64 20.36 -
YUV 34.75 180.06 105.36 -
System Red Green Blue C M Y K H S L
Decimal 3 33 127 0.98 0.74 0 0.50 225.48 0.95 0.25
Hex 3 21 7F 62 4A 0 32 E1 5F 19
Octal 3 41 177 142 112 0 62 341 137 31
Binary 11 100001 1111111 1100010 1001010 0 110010 11100001 1011111 11001

Color Harmonies of #03217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03217F

Black with #03217F

Text Example


Text Example

White with #03217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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