Html Css Color HEX #03206F Sapphire

📋 copy color: '#03206F'

red 3 ◦ green 32 ◦ blue 111

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

Shades of Sapphire #03206F

Tints of Sapphire #03206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 76.03%

R = 2.05%
G = 21.92%
B = 76.03%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#03206F (or 0x03206F) is known color: Sapphire. HEX triplet: 03, 20 and 6F. RGB value is (3,32,111). Sum of RGB (Red+Green+Blue) = 3+32+111=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 111 (43.75% from 255 or 76.03% from 146); Max value from RGB is 111 - color contains mainly: blue. Hex color #03206F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03206F is #FCDF90. Grayscale: #1F1F1F. Windows color (decimal): -16572305 or 7282691. OLE color: 7282691.

HSL color Cylindrical-coordinate representation of color #03206F: hue angle of 223.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03206F is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 32 111 -
CMYK 0.97 0.71 0 0.56
HSL 223.89º 0.95% 0.22% -
HSV(B) 223.89º 0.97% 0.44% -
XYZ 3.42 2.2 15.28 -
YUV 32.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 3 32 111 0.97 0.71 0 0.56 223.89 0.95 0.22
Hex 3 20 6F 61 47 0 38 E0 5F 16
Octal 3 40 157 141 107 0 70 340 137 26
Binary 11 100000 1101111 1100001 1000111 0 111000 11100000 1011111 10110

Color Harmonies of #03206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03206F

Black with #03206F

Text Example


Text Example

White with #03206F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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