Html Css Color HEX #051256 Sapphire

📋 copy color: '#051256'

red 5 ◦ green 18 ◦ blue 86

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

Shades of Sapphire #051256

Tints of Sapphire #051256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

 BLUE value IS 86 (33.98% from 255) = 78.9%

R = 4.59%
G = 16.51%
B = 78.9%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#051256 (or 0x051256) is known color: Sapphire. HEX triplet: 05, 12 and 56. RGB value is (5,18,86). Sum of RGB (Red+Green+Blue) = 5+18+86=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #051256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051256 is #FAEDA9. Grayscale: #151515. Windows color (decimal): -16444842 or 5640709. OLE color: 5640709.

HSL color Cylindrical-coordinate representation of color #051256: hue angle of 230.37º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051256 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 18 86 -
CMYK 0.94 0.79 0 0.66
HSL 230.37º 0.89% 0.18% -
HSV(B) 230.37º 0.94% 0.34% -
XYZ 1.96 1.14 8.92 -
YUV 21.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 5 18 86 0.94 0.79 0 0.66 230.37 0.89 0.18
Hex 5 12 56 5E 4F 0 42 E6 59 12
Octal 5 22 126 136 117 0 102 346 131 22
Binary 101 10010 1010110 1011110 1001111 0 1000010 11100110 1011001 10010

Color Harmonies of #051256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051256

Black with #051256

Text Example


Text Example

White with #051256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051256; }

 p { color: rgb(5,18,86); }

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

background-color css

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

 a { background-color: rgb(5,18,86); }

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

border-color css

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

 span { border-color: rgb(5,18,86); }

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