Html Css Color HEX #052257 Sapphire

📋 copy color: '#052257'

red 5 ◦ green 34 ◦ blue 87

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

Shades of Sapphire #052257

Tints of Sapphire #052257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.98%

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

R = 3.97%
G = 26.98%
B = 69.05%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#052257 (or 0x052257) is known color: Sapphire. HEX triplet: 05, 22 and 57. RGB value is (5,34,87). Sum of RGB (Red+Green+Blue) = 5+34+87=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #052257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052257 is #FADDA8. Grayscale: #1F1F1F. Windows color (decimal): -16440745 or 5710341. OLE color: 5710341.

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

Color convert

RGB 5 34 87 -
CMYK 0.94 0.61 0 0.66
HSL 218.78º 0.89% 0.18% -
HSV(B) 218.78º 0.94% 0.34% -
XYZ 2.35 1.86 9.25 -
YUV 31.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 5 34 87 0.94 0.61 0 0.66 218.78 0.89 0.18
Hex 5 22 57 5E 3D 0 42 DB 59 12
Octal 5 42 127 136 75 0 102 333 131 22
Binary 101 100010 1010111 1011110 111101 0 1000010 11011011 1011001 10010

Color Harmonies of #052257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052257

Black with #052257

Text Example


Text Example

White with #052257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052257; }

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

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

background-color css

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

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

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

border-color css

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

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

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