Html Css Color HEX #052870 Sapphire

📋 copy color: '#052870'

red 5 ◦ green 40 ◦ blue 112

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

Shades of Sapphire #052870

Tints of Sapphire #052870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.48%

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

R = 3.18%
G = 25.48%
B = 71.34%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052870 (or 0x052870) is known color: Sapphire. HEX triplet: 05, 28 and 70. RGB value is (5,40,112). Sum of RGB (Red+Green+Blue) = 5+40+112=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #052870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052870 is #FAD78F. Grayscale: #252525. Windows color (decimal): -16439184 or 7350277. OLE color: 7350277.

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

Color convert

RGB 5 40 112 -
CMYK 0.96 0.64 0 0.56
HSL 220.37º 0.91% 0.23% -
HSV(B) 220.37º 0.96% 0.44% -
XYZ 3.75 2.72 15.66 -
YUV 37.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 5 40 112 0.96 0.64 0 0.56 220.37 0.91 0.23
Hex 5 28 70 60 40 0 38 DC 5B 17
Octal 5 50 160 140 100 0 70 334 133 27
Binary 101 101000 1110000 1100000 1000000 0 111000 11011100 1011011 10111

Color Harmonies of #052870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052870

Black with #052870

Text Example


Text Example

White with #052870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052870; }

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

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

background-color css

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

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

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

border-color css

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

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

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