Html Css Color HEX #05186F Sapphire

📋 copy color: '#05186F'

red 5 ◦ green 24 ◦ blue 111

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

Shades of Sapphire #05186F

Tints of Sapphire #05186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 79.29%

R = 3.57%
G = 17.14%
B = 79.29%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05186F (or 0x05186F) is known color: Sapphire. HEX triplet: 05, 18 and 6F. RGB value is (5,24,111). Sum of RGB (Red+Green+Blue) = 5+24+111=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #05186F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05186F is #FAE790. Grayscale: #1B1B1B. Windows color (decimal): -16443281 or 7280645. OLE color: 7280645.

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

Color convert

RGB 5 24 111 -
CMYK 0.95 0.78 0 0.56
HSL 229.25º 0.91% 0.23% -
HSV(B) 229.25º 0.95% 0.44% -
XYZ 3.26 1.83 15.22 -
YUV 28.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 5 24 111 0.95 0.78 0 0.56 229.25 0.91 0.23
Hex 5 18 6F 5F 4E 0 38 E5 5B 17
Octal 5 30 157 137 116 0 70 345 133 27
Binary 101 11000 1101111 1011111 1001110 0 111000 11100101 1011011 10111

Color Harmonies of #05186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05186F

Black with #05186F

Text Example


Text Example

White with #05186F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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