Html Css Color HEX #002477 Sapphire

📋 copy color: '#002477'

red 0 ◦ green 36 ◦ blue 119

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

Shades of Sapphire #002477

Tints of Sapphire #002477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.23%

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

R = 0%
G = 23.23%
B = 76.77%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#002477 (or 0x002477) is known color: Sapphire. HEX triplet: 00, 24 and 77. RGB value is (0,36,119). Sum of RGB (Red+Green+Blue) = 0+36+119=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #002477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002477 is #FFDB88. Grayscale: #222222. Windows color (decimal): -16767881 or 7808000. OLE color: 7808000.

HSL color Cylindrical-coordinate representation of color #002477: hue angle of 221.85º 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 #002477 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 36 119 -
CMYK 1 0.70 0 0.53
HSL 221.85º 1% 0.23% -
HSV(B) 221.85º 1% 0.47% -
XYZ 3.96 2.59 17.74 -
YUV 34.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 0 36 119 1 0.70 0 0.53 221.85 1 0.23
Hex 0 24 77 64 46 0 35 DE 64 17
Octal 0 44 167 144 106 0 65 336 144 27
Binary 0 100100 1110111 1100100 1000110 0 110101 11011110 1100100 10111

Color Harmonies of #002477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002477

Black with #002477

Text Example


Text Example

White with #002477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002477; }

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

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

background-color css

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

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

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

border-color css

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

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

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