Html Css Color HEX #052183 Sapphire

📋 copy color: '#052183'

red 5 ◦ green 33 ◦ blue 131

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

Shades of Sapphire #052183

Tints of Sapphire #052183

RGB

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

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

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

R = 2.96%
G = 19.53%
B = 77.51%

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

#052183 (or 0x052183) is known color: Sapphire. HEX triplet: 05, 21 and 83. RGB value is (5,33,131). Sum of RGB (Red+Green+Blue) = 5+33+131=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 131 (51.56% from 255 or 77.51% from 169); Max value from RGB is 131 - color contains mainly: blue. Hex color #052183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052183 is #FADE7C. Grayscale: #232323. Windows color (decimal): -16440957 or 8593669. OLE color: 8593669.

HSL color Cylindrical-coordinate representation of color #052183: hue angle of 226.67º 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 #052183 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 33 131 -
CMYK 0.96 0.75 0 0.49
HSL 226.67º 0.93% 0.27% -
HSV(B) 226.67º 0.96% 0.51% -
XYZ 4.7 2.76 21.76 -
YUV 35.8 181.72 106.03 -
System Red Green Blue C M Y K H S L
Decimal 5 33 131 0.96 0.75 0 0.49 226.67 0.93 0.27
Hex 5 21 83 60 4B 0 31 E3 5D 1B
Octal 5 41 203 140 113 0 61 343 135 33
Binary 101 100001 10000011 1100000 1001011 0 110001 11100011 1011101 11011

Color Harmonies of #052183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052183

Black with #052183

Text Example


Text Example

White with #052183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052183; }

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

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

background-color css

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

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

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

border-color css

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

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

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