Html Css Color HEX #002577 Sapphire

📋 copy color: '#002577'

red 0 ◦ green 37 ◦ blue 119

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

Shades of Sapphire #002577

Tints of Sapphire #002577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.72%

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

R = 0%
G = 23.72%
B = 76.28%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#002577 (or 0x002577) is known color: Sapphire. HEX triplet: 00, 25 and 77. RGB value is (0,37,119). Sum of RGB (Red+Green+Blue) = 0+37+119=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 119 (46.88% from 255 or 76.28% from 156); Max value from RGB is 119 - color contains mainly: blue. Hex color #002577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002577 is #FFDA88. Grayscale: #222222. Windows color (decimal): -16767625 or 7808256. OLE color: 7808256.

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

Color convert

RGB 0 37 119 -
CMYK 1 0.69 0 0.53
HSL 221.34º 1% 0.23% -
HSV(B) 221.34º 1% 0.47% -
XYZ 3.99 2.66 17.75 -
YUV 35.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 0 37 119 1 0.69 0 0.53 221.34 1 0.23
Hex 0 25 77 64 45 0 35 DD 64 17
Octal 0 45 167 144 105 0 65 335 144 27
Binary 0 100101 1110111 1100100 1000101 0 110101 11011101 1100100 10111

Color Harmonies of #002577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002577

Black with #002577

Text Example


Text Example

White with #002577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002577; }

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

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

background-color css

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

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

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

border-color css

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

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

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