Html Css Color HEX #052160 Sapphire

📋 copy color: '#052160'

red 5 ◦ green 33 ◦ blue 96

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

Shades of Sapphire #052160

Tints of Sapphire #052160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 71.64%

R = 3.73%
G = 24.63%
B = 71.64%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#052160 (or 0x052160) is known color: Sapphire. HEX triplet: 05, 21 and 60. RGB value is (5,33,96). Sum of RGB (Red+Green+Blue) = 5+33+96=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #052160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052160 is #FADE9F. Grayscale: #1F1F1F. Windows color (decimal): -16440992 or 6299909. OLE color: 6299909.

HSL color Cylindrical-coordinate representation of color #052160: hue angle of 221.54º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052160 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 33 96 -
CMYK 0.95 0.66 0 0.62
HSL 221.54º 0.9% 0.2% -
HSV(B) 221.54º 0.95% 0.38% -
XYZ 2.72 1.96 11.3 -
YUV 31.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 5 33 96 0.95 0.66 0 0.62 221.54 0.9 0.2
Hex 5 21 60 5F 42 0 3E DE 5A 14
Octal 5 41 140 137 102 0 76 336 132 24
Binary 101 100001 1100000 1011111 1000010 0 111110 11011110 1011010 10100

Color Harmonies of #052160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052160

Black with #052160

Text Example


Text Example

White with #052160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052160; }

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

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

background-color css

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

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

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

border-color css

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

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

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