Html Css Color HEX #002047 Sapphire

📋 copy color: '#002047'

red 0 ◦ green 32 ◦ blue 71

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

Shades of Sapphire #002047

Tints of Sapphire #002047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 68.93%

R = 0%
G = 31.07%
B = 68.93%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002047 (or 0x002047) is known color: Sapphire. HEX triplet: 00, 20 and 47. RGB value is (0,32,71). Sum of RGB (Red+Green+Blue) = 0+32+71=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 71 (28.12% from 255 or 68.93% from 103); Max value from RGB is 71 - color contains mainly: blue. Hex color #002047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002047 is #FFDFB8. Grayscale: #1A1A1A. Windows color (decimal): -16768953 or 4661248. OLE color: 4661248.

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

Color convert

RGB 0 32 71 -
CMYK 1 0.55 0 0.72
HSL 212.96º 1% 0.14% -
HSV(B) 212.96º 1% 0.28% -
XYZ 1.65 1.49 6.16 -
YUV 26.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 0 32 71 1 0.55 0 0.72 212.96 1 0.14
Hex 0 20 47 64 37 0 48 D5 64 E
Octal 0 40 107 144 67 0 110 325 144 16
Binary 0 100000 1000111 1100100 110111 0 1001000 11010101 1100100 1110

Color Harmonies of #002047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002047

Black with #002047

Text Example


Text Example

White with #002047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002047; }

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

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

background-color css

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

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

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

border-color css

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

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

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