Html Css Color HEX #052559 Sapphire

📋 copy color: '#052559'

red 5 ◦ green 37 ◦ blue 89

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

Shades of Sapphire #052559

Tints of Sapphire #052559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 67.94%

R = 3.82%
G = 28.24%
B = 67.94%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#052559 (or 0x052559) is known color: Sapphire. HEX triplet: 05, 25 and 59. RGB value is (5,37,89). Sum of RGB (Red+Green+Blue) = 5+37+89=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #052559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052559 is #FADAA6. Grayscale: #212121. Windows color (decimal): -16439975 or 5842181. OLE color: 5842181.

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

Color convert

RGB 5 37 89 -
CMYK 0.94 0.58 0 0.65
HSL 217.14º 0.89% 0.18% -
HSV(B) 217.14º 0.94% 0.35% -
XYZ 2.53 2.08 9.72 -
YUV 33.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 5 37 89 0.94 0.58 0 0.65 217.14 0.89 0.18
Hex 5 25 59 5E 3A 0 41 D9 59 12
Octal 5 45 131 136 72 0 101 331 131 22
Binary 101 100101 1011001 1011110 111010 0 1000001 11011001 1011001 10010

Color Harmonies of #052559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052559

Black with #052559

Text Example


Text Example

White with #052559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052559; }

 p { color: rgb(5,37,89); }

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

background-color css

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

 a { background-color: rgb(5,37,89); }

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

border-color css

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

 span { border-color: rgb(5,37,89); }

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