Html Css Color HEX #051058 Sapphire

📋 copy color: '#051058'

red 5 ◦ green 16 ◦ blue 88

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

Shades of Sapphire #051058

Tints of Sapphire #051058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 4.59%
G = 14.68%
B = 80.73%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#051058 (or 0x051058) is known color: Sapphire. HEX triplet: 05, 10 and 58. RGB value is (5,16,88). Sum of RGB (Red+Green+Blue) = 5+16+88=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #051058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051058 is #FAEFA7. Grayscale: #141414. Windows color (decimal): -16445352 or 5771269. OLE color: 5771269.

HSL color Cylindrical-coordinate representation of color #051058: hue angle of 232.05º 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 #051058 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 16 88 -
CMYK 0.94 0.82 0 0.65
HSL 232.05º 0.89% 0.18% -
HSV(B) 232.05º 0.94% 0.35% -
XYZ 2.01 1.11 9.34 -
YUV 20.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 5 16 88 0.94 0.82 0 0.65 232.05 0.89 0.18
Hex 5 10 58 5E 52 0 41 E8 59 12
Octal 5 20 130 136 122 0 101 350 131 22
Binary 101 10000 1011000 1011110 1010010 0 1000001 11101000 1011001 10010

Color Harmonies of #051058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051058

Black with #051058

Text Example


Text Example

White with #051058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051058; }

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

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

background-color css

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

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

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

border-color css

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

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

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