Html Css Color HEX #03207D Sapphire

📋 copy color: '#03207D'

red 3 ◦ green 32 ◦ blue 125

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

Shades of Sapphire #03207D

Tints of Sapphire #03207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 78.13%

R = 1.88%
G = 20%
B = 78.13%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03207D (or 0x03207D) is known color: Sapphire. HEX triplet: 03, 20 and 7D. RGB value is (3,32,125). Sum of RGB (Red+Green+Blue) = 3+32+125=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 125 (49.22% from 255 or 78.12% from 160); Max value from RGB is 125 - color contains mainly: blue. Hex color #03207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03207D is #FCDF82. Grayscale: #212121. Windows color (decimal): -16572291 or 8200195. OLE color: 8200195.

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

Color convert

RGB 3 32 125 -
CMYK 0.98 0.74 0 0.51
HSL 225.74º 0.95% 0.25% -
HSV(B) 225.74º 0.98% 0.49% -
XYZ 4.26 2.53 19.67 -
YUV 33.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 3 32 125 0.98 0.74 0 0.51 225.74 0.95 0.25
Hex 3 20 7D 62 4A 0 33 E2 5F 19
Octal 3 40 175 142 112 0 63 342 137 31
Binary 11 100000 1111101 1100010 1001010 0 110011 11100010 1011111 11001

Color Harmonies of #03207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03207D

Black with #03207D

Text Example


Text Example

White with #03207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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