Html Css Color HEX #002557 Sapphire

📋 copy color: '#002557'

red 0 ◦ green 37 ◦ blue 87

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

Shades of Sapphire #002557

Tints of Sapphire #002557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 70.16%

R = 0%
G = 29.84%
B = 70.16%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#002557 (or 0x002557) is known color: Sapphire. HEX triplet: 00, 25 and 57. RGB value is (0,37,87). Sum of RGB (Red+Green+Blue) = 0+37+87=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 87 (34.38% from 255 or 70.16% from 124); Max value from RGB is 87 - color contains mainly: blue. Hex color #002557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002557 is #FFDAA8. Grayscale: #1F1F1F. Windows color (decimal): -16767657 or 5711104. OLE color: 5711104.

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

Color convert

RGB 0 37 87 -
CMYK 1 0.57 0 0.66
HSL 214.48º 1% 0.17% -
HSV(B) 214.48º 1% 0.34% -
XYZ 2.38 2.01 9.28 -
YUV 31.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 0 37 87 1 0.57 0 0.66 214.48 1 0.17
Hex 0 25 57 64 39 0 42 D6 64 11
Octal 0 45 127 144 71 0 102 326 144 21
Binary 0 100101 1010111 1100100 111001 0 1000010 11010110 1100100 10001

Color Harmonies of #002557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002557

Black with #002557

Text Example


Text Example

White with #002557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002557; }

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

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

background-color css

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

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

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

border-color css

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

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

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