Html Css Color HEX #00206E Sapphire

📋 copy color: '#00206E'

red 0 ◦ green 32 ◦ blue 110

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

Shades of Sapphire #00206E

Tints of Sapphire #00206E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 77.46%

R = 0%
G = 22.54%
B = 77.46%

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

#00206E (or 0x00206E) is known color: Sapphire. HEX triplet: 00, 20 and 6E. RGB value is (0,32,110). Sum of RGB (Red+Green+Blue) = 0+32+110=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #00206E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00206E is #FFDF91. Grayscale: #1E1E1E. Windows color (decimal): -16768914 or 7217152. OLE color: 7217152.

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

Color convert

RGB 0 32 110 -
CMYK 1 0.71 0 0.57
HSL 222.55º 1% 0.22% -
HSV(B) 222.55º 1% 0.43% -
XYZ 3.33 2.16 14.99 -
YUV 31.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 0 32 110 1 0.71 0 0.57 222.55 1 0.22
Hex 0 20 6E 64 47 0 39 DF 64 16
Octal 0 40 156 144 107 0 71 337 144 26
Binary 0 100000 1101110 1100100 1000111 0 111001 11011111 1100100 10110

Color Harmonies of #00206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00206E

Black with #00206E

Text Example


Text Example

White with #00206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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