Html Css Color HEX #05166D Sapphire

📋 copy color: '#05166D'

red 5 ◦ green 22 ◦ blue 109

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

Shades of Sapphire #05166D

Tints of Sapphire #05166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 80.15%

R = 3.68%
G = 16.18%
B = 80.15%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05166D (or 0x05166D) is known color: Sapphire. HEX triplet: 05, 16 and 6D. RGB value is (5,22,109). Sum of RGB (Red+Green+Blue) = 5+22+109=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #05166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05166D is #FAE992. Grayscale: #1A1A1A. Windows color (decimal): -16443795 or 7149061. OLE color: 7149061.

HSL color Cylindrical-coordinate representation of color #05166D: hue angle of 230.19º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05166D is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 22 109 -
CMYK 0.95 0.80 0 0.57
HSL 230.19º 0.91% 0.22% -
HSV(B) 230.19º 0.95% 0.43% -
XYZ 3.11 1.71 14.63 -
YUV 26.84 174.37 112.43 -
System Red Green Blue C M Y K H S L
Decimal 5 22 109 0.95 0.80 0 0.57 230.19 0.91 0.22
Hex 5 16 6D 5F 50 0 39 E6 5B 16
Octal 5 26 155 137 120 0 71 346 133 26
Binary 101 10110 1101101 1011111 1010000 0 111001 11100110 1011011 10110

Color Harmonies of #05166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05166D

Black with #05166D

Text Example


Text Example

White with #05166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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