Html Css Color HEX #052054 Sapphire

📋 copy color: '#052054'

red 5 ◦ green 32 ◦ blue 84

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

Shades of Sapphire #052054

Tints of Sapphire #052054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 69.42%

R = 4.13%
G = 26.45%
B = 69.42%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#052054 (or 0x052054) is known color: Sapphire. HEX triplet: 05, 20 and 54. RGB value is (5,32,84). Sum of RGB (Red+Green+Blue) = 5+32+84=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 84 (33.20% from 255 or 69.42% from 121); Max value from RGB is 84 - color contains mainly: blue. Hex color #052054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052054 is #FADFAB. Grayscale: #1D1D1D. Windows color (decimal): -16441260 or 5513221. OLE color: 5513221.

HSL color Cylindrical-coordinate representation of color #052054: hue angle of 219.49º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052054 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 32 84 -
CMYK 0.94 0.62 0 0.67
HSL 219.49º 0.89% 0.17% -
HSV(B) 219.49º 0.94% 0.33% -
XYZ 2.18 1.71 8.6 -
YUV 29.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 5 32 84 0.94 0.62 0 0.67 219.49 0.89 0.17
Hex 5 20 54 5E 3E 0 43 DB 59 11
Octal 5 40 124 136 76 0 103 333 131 21
Binary 101 100000 1010100 1011110 111110 0 1000011 11011011 1011001 10001

Color Harmonies of #052054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052054

Black with #052054

Text Example


Text Example

White with #052054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052054; }

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

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

background-color css

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

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

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

border-color css

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

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

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