Html Css Color HEX #002877 Sapphire

📋 copy color: '#002877'

red 0 ◦ green 40 ◦ blue 119

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

Shades of Sapphire #002877

Tints of Sapphire #002877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.16%

 BLUE value IS 119 (46.88% from 255) = 74.84%

R = 0%
G = 25.16%
B = 74.84%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#002877 (or 0x002877) is known color: Sapphire. HEX triplet: 00, 28 and 77. RGB value is (0,40,119). Sum of RGB (Red+Green+Blue) = 0+40+119=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #002877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002877 is #FFD788. Grayscale: #242424. Windows color (decimal): -16766857 or 7809024. OLE color: 7809024.

HSL color Cylindrical-coordinate representation of color #002877: hue angle of 219.83º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002877 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 40 119 -
CMYK 1 0.66 0 0.53
HSL 219.83º 1% 0.23% -
HSV(B) 219.83º 1% 0.47% -
XYZ 4.09 2.85 17.79 -
YUV 37.05 174.25 101.58 -
System Red Green Blue C M Y K H S L
Decimal 0 40 119 1 0.66 0 0.53 219.83 1 0.23
Hex 0 28 77 64 42 0 35 DC 64 17
Octal 0 50 167 144 102 0 65 334 144 27
Binary 0 101000 1110111 1100100 1000010 0 110101 11011100 1100100 10111

Color Harmonies of #002877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002877

Black with #002877

Text Example


Text Example

White with #002877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002877; }

 p { color: rgb(0,40,119); }

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

background-color css

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

 a { background-color: rgb(0,40,119); }

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

border-color css

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

 span { border-color: rgb(0,40,119); }

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