Html Css Color HEX #052570 Sapphire

📋 copy color: '#052570'

red 5 ◦ green 37 ◦ blue 112

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

Shades of Sapphire #052570

Tints of Sapphire #052570

RGB

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

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

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

R = 3.25%
G = 24.03%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052570 (or 0x052570) is known color: Sapphire. HEX triplet: 05, 25 and 70. RGB value is (5,37,112). Sum of RGB (Red+Green+Blue) = 5+37+112=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #052570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052570 is #FADA8F. Grayscale: #232323. Windows color (decimal): -16439952 or 7349509. OLE color: 7349509.

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

Color convert

RGB 5 37 112 -
CMYK 0.96 0.67 0 0.56
HSL 222.06º 0.91% 0.23% -
HSV(B) 222.06º 0.96% 0.44% -
XYZ 3.65 2.53 15.62 -
YUV 35.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 5 37 112 0.96 0.67 0 0.56 222.06 0.91 0.23
Hex 5 25 70 60 43 0 38 DE 5B 17
Octal 5 45 160 140 103 0 70 336 133 27
Binary 101 100101 1110000 1100000 1000011 0 111000 11011110 1011011 10111

Color Harmonies of #052570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052570

Black with #052570

Text Example


Text Example

White with #052570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052570; }

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

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

background-color css

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

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

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

border-color css

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

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

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