Html Css Color HEX #051A58 Sapphire

📋 copy color: '#051A58'

red 5 ◦ green 26 ◦ blue 88

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

Shades of Sapphire #051A58

Tints of Sapphire #051A58

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.85%

 BLUE value IS 88 (34.77% from 255) = 73.95%

R = 4.2%
G = 21.85%
B = 73.95%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#051A58 (or 0x051A58) is known color: Sapphire. HEX triplet: 05, 1A and 58. RGB value is (5,26,88). Sum of RGB (Red+Green+Blue) = 5+26+88=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #051A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A58 is #FAE5A7. Grayscale: #1A1A1A. Windows color (decimal): -16442792 or 5773829. OLE color: 5773829.

HSL color Cylindrical-coordinate representation of color #051A58: hue angle of 224.82º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051A58 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 26 88 -
CMYK 0.94 0.70 0 0.65
HSL 224.82º 0.89% 0.18% -
HSV(B) 224.82º 0.94% 0.35% -
XYZ 2.19 1.48 9.4 -
YUV 26.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 5 26 88 0.94 0.70 0 0.65 224.82 0.89 0.18
Hex 5 1A 58 5E 46 0 41 E1 59 12
Octal 5 32 130 136 106 0 101 341 131 22
Binary 101 11010 1011000 1011110 1000110 0 1000001 11100001 1011001 10010

Color Harmonies of #051A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051A58

Black with #051A58

Text Example


Text Example

White with #051A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,26,88); }

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

background-color css

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

 a { background-color: rgb(5,26,88); }

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

border-color css

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

 span { border-color: rgb(5,26,88); }

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