Html Css Color HEX #05166C Sapphire

📋 copy color: '#05166C'

red 5 ◦ green 22 ◦ blue 108

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

Shades of Sapphire #05166C

Tints of Sapphire #05166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 80%

R = 3.7%
G = 16.3%
B = 80%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#05166C (or 0x05166C) is known color: Sapphire. HEX triplet: 05, 16 and 6C. RGB value is (5,22,108). Sum of RGB (Red+Green+Blue) = 5+22+108=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #05166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05166C is #FAE993. Grayscale: #1A1A1A. Windows color (decimal): -16443796 or 7083525. OLE color: 7083525.

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

Color convert

RGB 5 22 108 -
CMYK 0.95 0.80 0 0.58
HSL 230.1º 0.91% 0.22% -
HSV(B) 230.1º 0.95% 0.42% -
XYZ 3.06 1.69 14.35 -
YUV 26.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 5 22 108 0.95 0.80 0 0.58 230.1 0.91 0.22
Hex 5 16 6C 5F 50 0 3A E6 5B 16
Octal 5 26 154 137 120 0 72 346 133 26
Binary 101 10110 1101100 1011111 1010000 0 111010 11100110 1011011 10110

Color Harmonies of #05166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05166C

Black with #05166C

Text Example


Text Example

White with #05166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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