Html Css Color HEX #052055 Sapphire

📋 copy color: '#052055'

red 5 ◦ green 32 ◦ blue 85

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

Shades of Sapphire #052055

Tints of Sapphire #052055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 69.67%

R = 4.1%
G = 26.23%
B = 69.67%

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

#052055 (or 0x052055) is known color: Sapphire. HEX triplet: 05, 20 and 55. RGB value is (5,32,85). Sum of RGB (Red+Green+Blue) = 5+32+85=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 85 (33.59% from 255 or 69.67% from 122); Max value from RGB is 85 - color contains mainly: blue. Hex color #052055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052055 is #FADFAA. Grayscale: #1D1D1D. Windows color (decimal): -16441259 or 5578757. OLE color: 5578757.

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

Color convert

RGB 5 32 85 -
CMYK 0.94 0.62 0 0.67
HSL 219.75º 0.89% 0.18% -
HSV(B) 219.75º 0.94% 0.33% -
XYZ 2.22 1.72 8.81 -
YUV 29.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 5 32 85 0.94 0.62 0 0.67 219.75 0.89 0.18
Hex 5 20 55 5E 3E 0 43 DC 59 12
Octal 5 40 125 136 76 0 103 334 131 22
Binary 101 100000 1010101 1011110 111110 0 1000011 11011100 1011001 10010

Color Harmonies of #052055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052055

Black with #052055

Text Example


Text Example

White with #052055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052055; }

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

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

background-color css

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

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

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

border-color css

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

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

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