Html Css Color HEX #052083 Sapphire

📋 copy color: '#052083'

red 5 ◦ green 32 ◦ blue 131

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

Shades of Sapphire #052083

Tints of Sapphire #052083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 77.98%

R = 2.98%
G = 19.05%
B = 77.98%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#052083 (or 0x052083) is known color: Sapphire. HEX triplet: 05, 20 and 83. RGB value is (5,32,131). Sum of RGB (Red+Green+Blue) = 5+32+131=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 131 (51.56% from 255 or 77.98% from 168); Max value from RGB is 131 - color contains mainly: blue. Hex color #052083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052083 is #FADF7C. Grayscale: #222222. Windows color (decimal): -16441213 or 8593413. OLE color: 8593413.

HSL color Cylindrical-coordinate representation of color #052083: hue angle of 227.14º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052083 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 32 131 -
CMYK 0.96 0.76 0 0.49
HSL 227.14º 0.93% 0.27% -
HSV(B) 227.14º 0.96% 0.51% -
XYZ 4.68 2.7 21.75 -
YUV 35.21 182.05 106.45 -
System Red Green Blue C M Y K H S L
Decimal 5 32 131 0.96 0.76 0 0.49 227.14 0.93 0.27
Hex 5 20 83 60 4C 0 31 E3 5D 1B
Octal 5 40 203 140 114 0 61 343 135 33
Binary 101 100000 10000011 1100000 1001100 0 110001 11100011 1011101 11011

Color Harmonies of #052083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052083

Black with #052083

Text Example


Text Example

White with #052083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052083; }

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

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

background-color css

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

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

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

border-color css

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

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

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