Html Css Color HEX #052152 Sapphire

📋 copy color: '#052152'

red 5 ◦ green 33 ◦ blue 82

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

Shades of Sapphire #052152

Tints of Sapphire #052152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 68.33%

R = 4.17%
G = 27.5%
B = 68.33%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052152 (or 0x052152) is known color: Sapphire. HEX triplet: 05, 21 and 52. RGB value is (5,33,82). Sum of RGB (Red+Green+Blue) = 5+33+82=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #052152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052152 is #FADEAD. Grayscale: #1D1D1D. Windows color (decimal): -16441006 or 5382405. OLE color: 5382405.

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

Color convert

RGB 5 33 82 -
CMYK 0.94 0.60 0 0.68
HSL 218.18º 0.89% 0.17% -
HSV(B) 218.18º 0.94% 0.32% -
XYZ 2.13 1.73 8.2 -
YUV 30.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 5 33 82 0.94 0.60 0 0.68 218.18 0.89 0.17
Hex 5 21 52 5E 3C 0 44 DA 59 11
Octal 5 41 122 136 74 0 104 332 131 21
Binary 101 100001 1010010 1011110 111100 0 1000100 11011010 1011001 10001

Color Harmonies of #052152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052152

Black with #052152

Text Example


Text Example

White with #052152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052152; }

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

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

background-color css

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

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

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

border-color css

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

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

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