Html Css Color HEX #00207F Sapphire

📋 copy color: '#00207F'

red 0 ◦ green 32 ◦ blue 127

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

Shades of Sapphire #00207F

Tints of Sapphire #00207F

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 value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#00207F (or 0x00207F) is known color: 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

RGB 0 32 127 -
CMYK 1 0.75 0 0.50
HSL 224.88º 1% 0.25% -
HSV(B) 224.88º 1% 0.5% -
XYZ 4.35 2.57 20.34 -
YUV 33.26 180.9 104.28 -
System Red Green Blue C M Y K H S L
Decimal 0 32 127 1 0.75 0 0.50 224.88 1 0.25
Hex 0 20 7F 64 4B 0 32 E1 64 19
Octal 0 40 177 144 113 0 62 341 144 31
Binary 0 100000 1111111 1100100 1001011 0 110010 11100001 1100100 11001

Color Harmonies of #00207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00207F

Black with #00207F

Text Example


Text Example

White with #00207F

Text Example


Text Example

HTML Codes & Css Web 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>