Html Css Color HEX #052770 Sapphire

📋 copy color: '#052770'

red 5 ◦ green 39 ◦ blue 112

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

Shades of Sapphire #052770

Tints of Sapphire #052770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25%

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

R = 3.21%
G = 25%
B = 71.79%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#052770 (or 0x052770) is known color: Sapphire. HEX triplet: 05, 27 and 70. RGB value is (5,39,112). Sum of RGB (Red+Green+Blue) = 5+39+112=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #052770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052770 is #FAD88F. Grayscale: #242424. Windows color (decimal): -16439440 or 7350021. OLE color: 7350021.

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

Color convert

RGB 5 39 112 -
CMYK 0.96 0.65 0 0.56
HSL 220.93º 0.91% 0.23% -
HSV(B) 220.93º 0.96% 0.44% -
XYZ 3.71 2.65 15.65 -
YUV 37.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 5 39 112 0.96 0.65 0 0.56 220.93 0.91 0.23
Hex 5 27 70 60 41 0 38 DD 5B 17
Octal 5 47 160 140 101 0 70 335 133 27
Binary 101 100111 1110000 1100000 1000001 0 111000 11011101 1011011 10111

Color Harmonies of #052770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052770

Black with #052770

Text Example


Text Example

White with #052770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052770; }

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

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

background-color css

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

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

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

border-color css

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

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

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