Html Css Color HEX #052051 Sapphire

📋 copy color: '#052051'

red 5 ◦ green 32 ◦ blue 81

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

Shades of Sapphire #052051

Tints of Sapphire #052051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 68.64%

R = 4.24%
G = 27.12%
B = 68.64%

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

#052051 (or 0x052051) is known color: Sapphire. HEX triplet: 05, 20 and 51. RGB value is (5,32,81). Sum of RGB (Red+Green+Blue) = 5+32+81=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #052051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052051 is #FADFAE. Grayscale: #1D1D1D. Windows color (decimal): -16441263 or 5316613. OLE color: 5316613.

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

Color convert

RGB 5 32 81 -
CMYK 0.94 0.60 0 0.68
HSL 218.68º 0.88% 0.17% -
HSV(B) 218.68º 0.94% 0.32% -
XYZ 2.06 1.66 8 -
YUV 29.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 5 32 81 0.94 0.60 0 0.68 218.68 0.88 0.17
Hex 5 20 51 5E 3C 0 44 DB 58 11
Octal 5 40 121 136 74 0 104 333 130 21
Binary 101 100000 1010001 1011110 111100 0 1000100 11011011 1011000 10001

Color Harmonies of #052051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052051

Black with #052051

Text Example


Text Example

White with #052051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052051; }

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

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

background-color css

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

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

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

border-color css

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

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

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