Html Css Color HEX #052180 Sapphire

📋 copy color: '#052180'

red 5 ◦ green 33 ◦ blue 128

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

Shades of Sapphire #052180

Tints of Sapphire #052180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

 BLUE value IS 128 (50.39% from 255) = 77.11%

R = 3.01%
G = 19.88%
B = 77.11%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#052180 (or 0x052180) is known color: Sapphire. HEX triplet: 05, 21 and 80. RGB value is (5,33,128). Sum of RGB (Red+Green+Blue) = 5+33+128=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 128 (50.39% from 255 or 77.11% from 166); Max value from RGB is 128 - color contains mainly: blue. Hex color #052180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052180 is #FADE7F. Grayscale: #232323. Windows color (decimal): -16440960 or 8397061. OLE color: 8397061.

HSL color Cylindrical-coordinate representation of color #052180: hue angle of 226.34º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052180 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 33 128 -
CMYK 0.96 0.74 0 0.50
HSL 226.34º 0.92% 0.26% -
HSV(B) 226.34º 0.96% 0.5% -
XYZ 4.5 2.68 20.7 -
YUV 35.46 180.22 106.28 -
System Red Green Blue C M Y K H S L
Decimal 5 33 128 0.96 0.74 0 0.50 226.34 0.92 0.26
Hex 5 21 80 60 4A 0 32 E2 5C 1A
Octal 5 41 200 140 112 0 62 342 134 32
Binary 101 100001 10000000 1100000 1001010 0 110010 11100010 1011100 11010

Color Harmonies of #052180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052180

Black with #052180

Text Example


Text Example

White with #052180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052180; }

 p { color: rgb(5,33,128); }

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

background-color css

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

 a { background-color: rgb(5,33,128); }

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

border-color css

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

 span { border-color: rgb(5,33,128); }

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