#00207F

Color #00207F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #00207F

Tints of Sapphire #00207F

Color information

#00207F (or 0x00207F) is unknown color: approx Sapphire. HEX triplet: 00, 20 and 7F. RGB value is (0,32,127). Sum of RGB (Red+Green+Blue) = 0+32+127=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 127 (50% from 255 or 79.87% from 159); Max value from RGB is 127 - color contains mainly: blue. Hex color #00207F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00207F is #FFDF80. Grayscale: #202020. Windows color (decimal): -16768897 or 8331264. OLE color: 8331264.

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

Color convert

RGB032127-
CMYK10.7500.50
HSL224.88º100%24.9%-
HSV(B)224.88º100%49.8%-
XYZ4.352.5720.34-
YUV33.26180.9104.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 127 (50% from 255) = 79.87%
R=0%
G=20.13%
B=79.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal03212710.7500.50224.8810024.9
Hex0207F644B032e16419
Octal04017714411306234114431
Binary0100000111111111001001001011011001011100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,32,127); }

 H1.HeaderClassName
 {
   color: #00207F;
 }
 .AnyTagClassName
 {
   color: #00207F;
 }
</style>
background-color css

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

 a { background-color: rgb(0,32,127); }

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

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

 span { border-color: rgb(0,32,127); }

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