Html Css Color HEX #052053 Sapphire

📋 copy color: '#052053'

red 5 ◦ green 32 ◦ blue 83

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

Shades of Sapphire #052053

Tints of Sapphire #052053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 69.17%

R = 4.17%
G = 26.67%
B = 69.17%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#052053 (or 0x052053) is known color: Sapphire. HEX triplet: 05, 20 and 53. RGB value is (5,32,83). Sum of RGB (Red+Green+Blue) = 5+32+83=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #052053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052053 is #FADFAC. Grayscale: #1D1D1D. Windows color (decimal): -16441261 or 5447685. OLE color: 5447685.

HSL color Cylindrical-coordinate representation of color #052053: hue angle of 219.23º 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 #052053 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 32 83 -
CMYK 0.94 0.61 0 0.67
HSL 219.23º 0.89% 0.17% -
HSV(B) 219.23º 0.94% 0.33% -
XYZ 2.14 1.69 8.4 -
YUV 29.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 5 32 83 0.94 0.61 0 0.67 219.23 0.89 0.17
Hex 5 20 53 5E 3D 0 43 DB 59 11
Octal 5 40 123 136 75 0 103 333 131 21
Binary 101 100000 1010011 1011110 111101 0 1000011 11011011 1011001 10001

Color Harmonies of #052053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052053

Black with #052053

Text Example


Text Example

White with #052053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052053; }

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

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

background-color css

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

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

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

border-color css

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

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

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