Html Css Color HEX #051257 Sapphire

📋 copy color: '#051257'

red 5 ◦ green 18 ◦ blue 87

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

Shades of Sapphire #051257

Tints of Sapphire #051257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

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

R = 4.55%
G = 16.36%
B = 79.09%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#051257 (or 0x051257) is known color: Sapphire. HEX triplet: 05, 12 and 57. RGB value is (5,18,87). Sum of RGB (Red+Green+Blue) = 5+18+87=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 87 (34.38% from 255 or 79.09% from 110); Max value from RGB is 87 - color contains mainly: blue. Hex color #051257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051257 is #FAEDA8. Grayscale: #151515. Windows color (decimal): -16444841 or 5706245. OLE color: 5706245.

HSL color Cylindrical-coordinate representation of color #051257: hue angle of 230.49º 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 #051257 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 18 87 -
CMYK 0.94 0.79 0 0.66
HSL 230.49º 0.89% 0.18% -
HSV(B) 230.49º 0.94% 0.34% -
XYZ 2 1.15 9.13 -
YUV 21.98 164.69 115.89 -
System Red Green Blue C M Y K H S L
Decimal 5 18 87 0.94 0.79 0 0.66 230.49 0.89 0.18
Hex 5 12 57 5E 4F 0 42 E6 59 12
Octal 5 22 127 136 117 0 102 346 131 22
Binary 101 10010 1010111 1011110 1001111 0 1000010 11100110 1011001 10010

Color Harmonies of #051257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051257

Black with #051257

Text Example


Text Example

White with #051257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051257; }

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

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

background-color css

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

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

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

border-color css

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

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

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