Html Css Color HEX #052E79 Sapphire

📋 copy color: '#052E79'

red 5 ◦ green 46 ◦ blue 121

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

Shades of Sapphire #052E79

Tints of Sapphire #052E79

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.74%

 BLUE value IS 121 (47.66% from 255) = 70.35%

R = 2.91%
G = 26.74%
B = 70.35%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#052E79 (or 0x052E79) is known color: Sapphire. HEX triplet: 05, 2E and 79. RGB value is (5,46,121). Sum of RGB (Red+Green+Blue) = 5+46+121=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 121 (47.66% from 255 or 70.35% from 172); Max value from RGB is 121 - color contains mainly: blue. Hex color #052E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E79 is #FAD186. Grayscale: #292929. Windows color (decimal): -16437639 or 7941637. OLE color: 7941637.

HSL color Cylindrical-coordinate representation of color #052E79: hue angle of 218.79º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052E79 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 46 121 -
CMYK 0.96 0.62 0 0.53
HSL 218.79º 0.92% 0.25% -
HSV(B) 218.79º 0.96% 0.47% -
XYZ 4.49 3.37 18.5 -
YUV 42.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 5 46 121 0.96 0.62 0 0.53 218.79 0.92 0.25
Hex 5 2E 79 60 3E 0 35 DB 5C 19
Octal 5 56 171 140 76 0 65 333 134 31
Binary 101 101110 1111001 1100000 111110 0 110101 11011011 1011100 11001

Color Harmonies of #052E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E79

Black with #052E79

Text Example


Text Example

White with #052E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052E79; }

 p { color: rgb(5,46,121); }

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

background-color css

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

 a { background-color: rgb(5,46,121); }

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

border-color css

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

 span { border-color: rgb(5,46,121); }

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