Html Css Color HEX #052881 Sapphire

📋 copy color: '#052881'

red 5 ◦ green 40 ◦ blue 129

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

Shades of Sapphire #052881

Tints of Sapphire #052881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.99%

 BLUE value IS 129 (50.78% from 255) = 74.14%

R = 2.87%
G = 22.99%
B = 74.14%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#052881 (or 0x052881) is known color: Sapphire. HEX triplet: 05, 28 and 81. RGB value is (5,40,129). Sum of RGB (Red+Green+Blue) = 5+40+129=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 129 (50.78% from 255 or 74.14% from 174); Max value from RGB is 129 - color contains mainly: blue. Hex color #052881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052881 is #FAD77E. Grayscale: #272727. Windows color (decimal): -16439167 or 8464389. OLE color: 8464389.

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

Color convert

RGB 5 40 129 -
CMYK 0.96 0.69 0 0.49
HSL 223.06º 0.93% 0.26% -
HSV(B) 223.06º 0.96% 0.51% -
XYZ 4.78 3.13 21.12 -
YUV 39.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 5 40 129 0.96 0.69 0 0.49 223.06 0.93 0.26
Hex 5 28 81 60 45 0 31 DF 5D 1A
Octal 5 50 201 140 105 0 61 337 135 32
Binary 101 101000 10000001 1100000 1000101 0 110001 11011111 1011101 11010

Color Harmonies of #052881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052881

Black with #052881

Text Example


Text Example

White with #052881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052881; }

 p { color: rgb(5,40,129); }

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

background-color css

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

 a { background-color: rgb(5,40,129); }

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

border-color css

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

 span { border-color: rgb(5,40,129); }

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