Html Css Color HEX #052581 Sapphire

📋 copy color: '#052581'

red 5 ◦ green 37 ◦ blue 129

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

Shades of Sapphire #052581

Tints of Sapphire #052581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.64%

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

R = 2.92%
G = 21.64%
B = 75.44%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#052581 (or 0x052581) is known color: Sapphire. HEX triplet: 05, 25 and 81. RGB value is (5,37,129). Sum of RGB (Red+Green+Blue) = 5+37+129=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 129 (50.78% from 255 or 75.44% from 171); Max value from RGB is 129 - color contains mainly: blue. Hex color #052581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052581 is #FADA7E. Grayscale: #252525. Windows color (decimal): -16439935 or 8463621. OLE color: 8463621.

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

Color convert

RGB 5 37 129 -
CMYK 0.96 0.71 0 0.49
HSL 224.52º 0.93% 0.26% -
HSV(B) 224.52º 0.96% 0.51% -
XYZ 4.69 2.94 21.09 -
YUV 37.92 179.4 104.52 -
System Red Green Blue C M Y K H S L
Decimal 5 37 129 0.96 0.71 0 0.49 224.52 0.93 0.26
Hex 5 25 81 60 47 0 31 E1 5D 1A
Octal 5 45 201 140 107 0 61 341 135 32
Binary 101 100101 10000001 1100000 1000111 0 110001 11100001 1011101 11010

Color Harmonies of #052581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052581

Black with #052581

Text Example


Text Example

White with #052581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052581; }

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

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

background-color css

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

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

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

border-color css

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

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

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