Html Css Color HEX #00206D Sapphire

📋 copy color: '#00206D'

red 0 ◦ green 32 ◦ blue 109

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

Shades of Sapphire #00206D

Tints of Sapphire #00206D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 109 (42.97% from 255) = 77.3%

R = 0%
G = 22.7%
B = 77.3%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00206D (or 0x00206D) is known color: Sapphire. HEX triplet: 00, 20 and 6D. RGB value is (0,32,109). Sum of RGB (Red+Green+Blue) = 0+32+109=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #00206D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00206D is #FFDF92. Grayscale: #1E1E1E. Windows color (decimal): -16768915 or 7151616. OLE color: 7151616.

HSL color Cylindrical-coordinate representation of color #00206D: hue angle of 222.39º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00206D is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 32 109 -
CMYK 1 0.71 0 0.57
HSL 222.39º 1% 0.21% -
HSV(B) 222.39º 1% 0.43% -
XYZ 3.28 2.14 14.71 -
YUV 31.21 171.9 105.74 -
System Red Green Blue C M Y K H S L
Decimal 0 32 109 1 0.71 0 0.57 222.39 1 0.21
Hex 0 20 6D 64 47 0 39 DE 64 15
Octal 0 40 155 144 107 0 71 336 144 25
Binary 0 100000 1101101 1100100 1000111 0 111001 11011110 1100100 10101

Color Harmonies of #00206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00206D

Black with #00206D

Text Example


Text Example

White with #00206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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