Html Css Color HEX #052153 Sapphire

📋 copy color: '#052153'

red 5 ◦ green 33 ◦ blue 83

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

Shades of Sapphire #052153

Tints of Sapphire #052153

RGB

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

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

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

R = 4.13%
G = 27.27%
B = 68.6%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#052153 (or 0x052153) is known color: Sapphire. HEX triplet: 05, 21 and 53. RGB value is (5,33,83). Sum of RGB (Red+Green+Blue) = 5+33+83=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #052153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052153 is #FADEAC. Grayscale: #1E1E1E. Windows color (decimal): -16441005 or 5447941. OLE color: 5447941.

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

Color convert

RGB 5 33 83 -
CMYK 0.94 0.60 0 0.67
HSL 218.46º 0.89% 0.17% -
HSV(B) 218.46º 0.94% 0.33% -
XYZ 2.17 1.74 8.41 -
YUV 30.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 5 33 83 0.94 0.60 0 0.67 218.46 0.89 0.17
Hex 5 21 53 5E 3C 0 43 DA 59 11
Octal 5 41 123 136 74 0 103 332 131 21
Binary 101 100001 1010011 1011110 111100 0 1000011 11011010 1011001 10001

Color Harmonies of #052153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052153

Black with #052153

Text Example


Text Example

White with #052153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052153; }

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

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

background-color css

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

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

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

border-color css

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

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

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