Html Css Color HEX #052480 Sapphire

📋 copy color: '#052480'

red 5 ◦ green 36 ◦ blue 128

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

Shades of Sapphire #052480

Tints of Sapphire #052480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

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

R = 2.96%
G = 21.3%
B = 75.74%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#052480 (or 0x052480) is known color: Sapphire. HEX triplet: 05, 24 and 80. RGB value is (5,36,128). Sum of RGB (Red+Green+Blue) = 5+36+128=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 128 (50.39% from 255 or 75.74% from 169); Max value from RGB is 128 - color contains mainly: blue. Hex color #052480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052480 is #FADB7F. Grayscale: #242424. Windows color (decimal): -16440192 or 8397829. OLE color: 8397829.

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

Color convert

RGB 5 36 128 -
CMYK 0.96 0.72 0 0.50
HSL 224.88º 0.92% 0.26% -
HSV(B) 224.88º 0.96% 0.5% -
XYZ 4.59 2.85 20.73 -
YUV 37.22 179.23 105.02 -
System Red Green Blue C M Y K H S L
Decimal 5 36 128 0.96 0.72 0 0.50 224.88 0.92 0.26
Hex 5 24 80 60 48 0 32 E1 5C 1A
Octal 5 44 200 140 110 0 62 341 134 32
Binary 101 100100 10000000 1100000 1001000 0 110010 11100001 1011100 11010

Color Harmonies of #052480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052480

Black with #052480

Text Example


Text Example

White with #052480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052480; }

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

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

background-color css

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

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

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

border-color css

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

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

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