Html Css Color HEX #052E70 Sapphire

📋 copy color: '#052E70'

red 5 ◦ green 46 ◦ blue 112

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

Shades of Sapphire #052E70

Tints of Sapphire #052E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 68.71%

R = 3.07%
G = 28.22%
B = 68.71%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052E70 (or 0x052E70) is known color: Sapphire. HEX triplet: 05, 2E and 70. RGB value is (5,46,112). Sum of RGB (Red+Green+Blue) = 5+46+112=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #052E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E70 is #FAD18F. Grayscale: #282828. Windows color (decimal): -16437648 or 7351813. OLE color: 7351813.

HSL color Cylindrical-coordinate representation of color #052E70: hue angle of 217.01º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052E70 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 46 112 -
CMYK 0.96 0.59 0 0.56
HSL 217.01º 0.91% 0.23% -
HSV(B) 217.01º 0.96% 0.44% -
XYZ 3.96 3.16 15.73 -
YUV 41.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 5 46 112 0.96 0.59 0 0.56 217.01 0.91 0.23
Hex 5 2E 70 60 3B 0 38 D9 5B 17
Octal 5 56 160 140 73 0 70 331 133 27
Binary 101 101110 1110000 1100000 111011 0 111000 11011001 1011011 10111

Color Harmonies of #052E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E70

Black with #052E70

Text Example


Text Example

White with #052E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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