Html Css Color HEX #05186E Sapphire

📋 copy color: '#05186E'

red 5 ◦ green 24 ◦ blue 110

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

Shades of Sapphire #05186E

Tints of Sapphire #05186E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

 BLUE value IS 110 (43.36% from 255) = 79.14%

R = 3.6%
G = 17.27%
B = 79.14%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05186E (or 0x05186E) is known color: Sapphire. HEX triplet: 05, 18 and 6E. RGB value is (5,24,110). Sum of RGB (Red+Green+Blue) = 5+24+110=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 110 (43.36% from 255 or 79.14% from 139); Max value from RGB is 110 - color contains mainly: blue. Hex color #05186E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05186E is #FAE791. Grayscale: #1B1B1B. Windows color (decimal): -16443282 or 7215109. OLE color: 7215109.

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

Color convert

RGB 5 24 110 -
CMYK 0.95 0.78 0 0.57
HSL 229.14º 0.91% 0.23% -
HSV(B) 229.14º 0.95% 0.43% -
XYZ 3.2 1.81 14.93 -
YUV 28.12 174.21 111.51 -
System Red Green Blue C M Y K H S L
Decimal 5 24 110 0.95 0.78 0 0.57 229.14 0.91 0.23
Hex 5 18 6E 5F 4E 0 39 E5 5B 17
Octal 5 30 156 137 116 0 71 345 133 27
Binary 101 11000 1101110 1011111 1001110 0 111001 11100101 1011011 10111

Color Harmonies of #05186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05186E

Black with #05186E

Text Example


Text Example

White with #05186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05186E; }

 p { color: rgb(5,24,110); }

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

background-color css

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

 a { background-color: rgb(5,24,110); }

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

border-color css

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

 span { border-color: rgb(5,24,110); }

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