Html Css Color HEX #052082 Sapphire

📋 copy color: '#052082'

red 5 ◦ green 32 ◦ blue 130

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

Shades of Sapphire #052082

Tints of Sapphire #052082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 77.84%

R = 2.99%
G = 19.16%
B = 77.84%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#052082 (or 0x052082) is known color: Sapphire. HEX triplet: 05, 20 and 82. RGB value is (5,32,130). Sum of RGB (Red+Green+Blue) = 5+32+130=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #052082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052082 is #FADF7D. Grayscale: #222222. Windows color (decimal): -16441214 or 8527877. OLE color: 8527877.

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

Color convert

RGB 5 32 130 -
CMYK 0.96 0.75 0 0.49
HSL 227.04º 0.93% 0.26% -
HSV(B) 227.04º 0.96% 0.51% -
XYZ 4.61 2.68 21.39 -
YUV 35.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 5 32 130 0.96 0.75 0 0.49 227.04 0.93 0.26
Hex 5 20 82 60 4B 0 31 E3 5D 1A
Octal 5 40 202 140 113 0 61 343 135 32
Binary 101 100000 10000010 1100000 1001011 0 110001 11100011 1011101 11010

Color Harmonies of #052082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052082

Black with #052082

Text Example


Text Example

White with #052082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052082; }

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

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

background-color css

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

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

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

border-color css

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

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

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