Html Css Color HEX #051F82 Sapphire

📋 copy color: '#051F82'

red 5 ◦ green 31 ◦ blue 130

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

Shades of Sapphire #051F82

Tints of Sapphire #051F82

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.67%

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

R = 3.01%
G = 18.67%
B = 78.31%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051F82 (or 0x051F82) is known color: Sapphire. HEX triplet: 05, 1F and 82. RGB value is (5,31,130). Sum of RGB (Red+Green+Blue) = 5+31+130=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #051F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051F82 is #FAE07D. Grayscale: #222222. Windows color (decimal): -16441470 or 8527621. OLE color: 8527621.

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

Color convert

RGB 5 31 130 -
CMYK 0.96 0.76 0 0.49
HSL 227.52º 0.93% 0.26% -
HSV(B) 227.52º 0.96% 0.51% -
XYZ 4.58 2.62 21.38 -
YUV 34.51 181.89 106.95 -
System Red Green Blue C M Y K H S L
Decimal 5 31 130 0.96 0.76 0 0.49 227.52 0.93 0.26
Hex 5 1F 82 60 4C 0 31 E4 5D 1A
Octal 5 37 202 140 114 0 61 344 135 32
Binary 101 11111 10000010 1100000 1001100 0 110001 11100100 1011101 11010

Color Harmonies of #051F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F82

Black with #051F82

Text Example


Text Example

White with #051F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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