Html Css Color HEX #051E81 Sapphire

📋 copy color: '#051E81'

red 5 ◦ green 30 ◦ blue 129

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

Shades of Sapphire #051E81

Tints of Sapphire #051E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.29%

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

R = 3.05%
G = 18.29%
B = 78.66%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051E81 (or 0x051E81) is known color: Sapphire. HEX triplet: 05, 1E and 81. RGB value is (5,30,129). Sum of RGB (Red+Green+Blue) = 5+30+129=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 129 (50.78% from 255 or 78.66% from 164); Max value from RGB is 129 - color contains mainly: blue. Hex color #051E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E81 is #FAE17E. Grayscale: #212121. Windows color (decimal): -16441727 or 8461829. OLE color: 8461829.

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

Color convert

RGB 5 30 129 -
CMYK 0.96 0.77 0 0.49
HSL 227.9º 0.93% 0.26% -
HSV(B) 227.9º 0.96% 0.51% -
XYZ 4.49 2.55 21.02 -
YUV 33.81 181.72 107.45 -
System Red Green Blue C M Y K H S L
Decimal 5 30 129 0.96 0.77 0 0.49 227.9 0.93 0.26
Hex 5 1E 81 60 4D 0 31 E4 5D 1A
Octal 5 36 201 140 115 0 61 344 135 32
Binary 101 11110 10000001 1100000 1001101 0 110001 11100100 1011101 11010

Color Harmonies of #051E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051E81

Black with #051E81

Text Example


Text Example

White with #051E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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