Html Css Color HEX #00205C Sapphire

📋 copy color: '#00205C'

red 0 ◦ green 32 ◦ blue 92

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

Shades of Sapphire #00205C

Tints of Sapphire #00205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 74.19%

R = 0%
G = 25.81%
B = 74.19%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00205C (or 0x00205C) is known color: Sapphire. HEX triplet: 00, 20 and 5C. RGB value is (0,32,92). Sum of RGB (Red+Green+Blue) = 0+32+92=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 92 (36.33% from 255 or 74.19% from 124); Max value from RGB is 92 - color contains mainly: blue. Hex color #00205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00205C is #FFDFA3. Grayscale: #1D1D1D. Windows color (decimal): -16768932 or 6037504. OLE color: 6037504.

HSL color Cylindrical-coordinate representation of color #00205C: hue angle of 219.13º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00205C is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 32 92 -
CMYK 1 0.65 0 0.64
HSL 219.13º 1% 0.18% -
HSV(B) 219.13º 1% 0.36% -
XYZ 2.45 1.81 10.34 -
YUV 29.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 0 32 92 1 0.65 0 0.64 219.13 1 0.18
Hex 0 20 5C 64 41 0 40 DB 64 12
Octal 0 40 134 144 101 0 100 333 144 22
Binary 0 100000 1011100 1100100 1000001 0 1000000 11011011 1100100 10010

Color Harmonies of #00205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00205C

Black with #00205C

Text Example


Text Example

White with #00205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00205C; }

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

 H1.HeaderClassName
 {
   color: #00205C;
 }
 .AnyTagClassName
 {
   color: #00205C;
 }
</style>

background-color css

<style>
 a { background-color: #00205C; }

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

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

border-color css

<style>
 span { border-color: #00205C; }

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

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