Html Css Color HEX #052759 Sapphire

📋 copy color: '#052759'

red 5 ◦ green 39 ◦ blue 89

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

Shades of Sapphire #052759

Tints of Sapphire #052759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.32%

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

R = 3.76%
G = 29.32%
B = 66.92%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#052759 (or 0x052759) is known color: Sapphire. HEX triplet: 05, 27 and 59. RGB value is (5,39,89). Sum of RGB (Red+Green+Blue) = 5+39+89=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #052759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052759 is #FAD8A6. Grayscale: #222222. Windows color (decimal): -16439463 or 5842693. OLE color: 5842693.

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

Color convert

RGB 5 39 89 -
CMYK 0.94 0.56 0 0.65
HSL 215.71º 0.89% 0.18% -
HSV(B) 215.71º 0.94% 0.35% -
XYZ 2.59 2.2 9.74 -
YUV 34.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 5 39 89 0.94 0.56 0 0.65 215.71 0.89 0.18
Hex 5 27 59 5E 38 0 41 D8 59 12
Octal 5 47 131 136 70 0 101 330 131 22
Binary 101 100111 1011001 1011110 111000 0 1000001 11011000 1011001 10010

Color Harmonies of #052759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052759

Black with #052759

Text Example


Text Example

White with #052759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052759; }

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

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

background-color css

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

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

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

border-color css

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

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

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