Html Css Color HEX #051657 Sapphire

📋 copy color: '#051657'

red 5 ◦ green 22 ◦ blue 87

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

Shades of Sapphire #051657

Tints of Sapphire #051657

RGB

 RED value IS 5 (2.34% from 255) = 4.39%

 GREEN value IS 22 (8.98% from 255) = 19.3%

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

R = 4.39%
G = 19.3%
B = 76.32%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#051657 (or 0x051657) is known color: Sapphire. HEX triplet: 05, 16 and 57. RGB value is (5,22,87). Sum of RGB (Red+Green+Blue) = 5+22+87=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 87 (34.38% from 255 or 76.32% from 114); Max value from RGB is 87 - color contains mainly: blue. Hex color #051657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051657 is #FAE9A8. Grayscale: #181818. Windows color (decimal): -16443817 or 5707269. OLE color: 5707269.

HSL color Cylindrical-coordinate representation of color #051657: hue angle of 227.56º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051657 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 22 87 -
CMYK 0.94 0.75 0 0.66
HSL 227.56º 0.89% 0.18% -
HSV(B) 227.56º 0.94% 0.34% -
XYZ 2.07 1.29 9.16 -
YUV 24.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 5 22 87 0.94 0.75 0 0.66 227.56 0.89 0.18
Hex 5 16 57 5E 4B 0 42 E4 59 12
Octal 5 26 127 136 113 0 102 344 131 22
Binary 101 10110 1010111 1011110 1001011 0 1000010 11100100 1011001 10010

Color Harmonies of #051657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051657

Black with #051657

Text Example


Text Example

White with #051657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051657; }

 p { color: rgb(5,22,87); }

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

background-color css

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

 a { background-color: rgb(5,22,87); }

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

border-color css

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

 span { border-color: rgb(5,22,87); }

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