Html Css Color HEX #05164D Sapphire

📋 copy color: '#05164D'

red 5 ◦ green 22 ◦ blue 77

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

Shades of Sapphire #05164D

Tints of Sapphire #05164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.15%

 BLUE value IS 77 (30.47% from 255) = 74.04%

R = 4.81%
G = 21.15%
B = 74.04%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05164D (or 0x05164D) is known color: Sapphire. HEX triplet: 05, 16 and 4D. RGB value is (5,22,77). Sum of RGB (Red+Green+Blue) = 5+22+77=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #05164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05164D is #FAE9B2. Grayscale: #161616. Windows color (decimal): -16443827 or 5051909. OLE color: 5051909.

HSL color Cylindrical-coordinate representation of color #05164D: hue angle of 225.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05164D is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 22 77 -
CMYK 0.94 0.71 0 0.70
HSL 225.83º 0.88% 0.16% -
HSV(B) 225.83º 0.94% 0.3% -
XYZ 1.69 1.14 7.15 -
YUV 23.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 5 22 77 0.94 0.71 0 0.70 225.83 0.88 0.16
Hex 5 16 4D 5E 47 0 46 E2 58 10
Octal 5 26 115 136 107 0 106 342 130 20
Binary 101 10110 1001101 1011110 1000111 0 1000110 11100010 1011000 10000

Color Harmonies of #05164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05164D

Black with #05164D

Text Example


Text Example

White with #05164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05164D; }

 p { color: rgb(5,22,77); }

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

background-color css

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

 a { background-color: rgb(5,22,77); }

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

border-color css

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

 span { border-color: rgb(5,22,77); }

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