Html Css Color HEX #002049 Sapphire

📋 copy color: '#002049'

red 0 ◦ green 32 ◦ blue 73

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

Shades of Sapphire #002049

Tints of Sapphire #002049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 69.52%

R = 0%
G = 30.48%
B = 69.52%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#002049 (or 0x002049) is known color: Sapphire. HEX triplet: 00, 20 and 49. RGB value is (0,32,73). Sum of RGB (Red+Green+Blue) = 0+32+73=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #002049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002049 is #FFDFB6. Grayscale: #1A1A1A. Windows color (decimal): -16768951 or 4792320. OLE color: 4792320.

HSL color Cylindrical-coordinate representation of color #002049: hue angle of 213.7º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002049 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 32 73 -
CMYK 1 0.56 0 0.71
HSL 213.7º 1% 0.14% -
HSV(B) 213.7º 1% 0.29% -
XYZ 1.72 1.51 6.5 -
YUV 27.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 0 32 73 1 0.56 0 0.71 213.7 1 0.14
Hex 0 20 49 64 38 0 47 D6 64 E
Octal 0 40 111 144 70 0 107 326 144 16
Binary 0 100000 1001001 1100100 111000 0 1000111 11010110 1100100 1110

Color Harmonies of #002049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002049

Black with #002049

Text Example


Text Example

White with #002049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002049; }

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

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

background-color css

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

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

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

border-color css

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

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

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