Html Css Color HEX #052178 Sapphire

📋 copy color: '#052178'

red 5 ◦ green 33 ◦ blue 120

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

Shades of Sapphire #052178

Tints of Sapphire #052178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 75.95%

R = 3.16%
G = 20.89%
B = 75.95%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#052178 (or 0x052178) is known color: Sapphire. HEX triplet: 05, 21 and 78. RGB value is (5,33,120). Sum of RGB (Red+Green+Blue) = 5+33+120=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 120 (47.27% from 255 or 75.95% from 158); Max value from RGB is 120 - color contains mainly: blue. Hex color #052178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052178 is #FADE87. Grayscale: #222222. Windows color (decimal): -16440968 or 7872773. OLE color: 7872773.

HSL color Cylindrical-coordinate representation of color #052178: hue angle of 225.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052178 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 33 120 -
CMYK 0.96 0.72 0 0.53
HSL 225.39º 0.92% 0.25% -
HSV(B) 225.39º 0.96% 0.47% -
XYZ 4 2.48 18.04 -
YUV 34.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 5 33 120 0.96 0.72 0 0.53 225.39 0.92 0.25
Hex 5 21 78 60 48 0 35 E1 5C 19
Octal 5 41 170 140 110 0 65 341 134 31
Binary 101 100001 1111000 1100000 1001000 0 110101 11100001 1011100 11001

Color Harmonies of #052178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052178

Black with #052178

Text Example


Text Example

White with #052178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052178; }

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

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

background-color css

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

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

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

border-color css

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

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

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