Html Css Color HEX #052070 Sapphire

📋 copy color: '#052070'

red 5 ◦ green 32 ◦ blue 112

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

Shades of Sapphire #052070

Tints of Sapphire #052070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.48%

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

R = 3.36%
G = 21.48%
B = 75.17%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052070 (or 0x052070) is known color: Sapphire. HEX triplet: 05, 20 and 70. RGB value is (5,32,112). Sum of RGB (Red+Green+Blue) = 5+32+112=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #052070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052070 is #FADF8F. Grayscale: #202020. Windows color (decimal): -16441232 or 7348229. OLE color: 7348229.

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

Color convert

RGB 5 32 112 -
CMYK 0.96 0.71 0 0.56
HSL 224.86º 0.91% 0.23% -
HSV(B) 224.86º 0.96% 0.44% -
XYZ 3.5 2.24 15.58 -
YUV 33.05 172.55 108 -
System Red Green Blue C M Y K H S L
Decimal 5 32 112 0.96 0.71 0 0.56 224.86 0.91 0.23
Hex 5 20 70 60 47 0 38 E1 5B 17
Octal 5 40 160 140 107 0 70 341 133 27
Binary 101 100000 1110000 1100000 1000111 0 111000 11100001 1011011 10111

Color Harmonies of #052070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052070

Black with #052070

Text Example


Text Example

White with #052070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052070; }

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

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

background-color css

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

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

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

border-color css

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

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

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