Html Css Color HEX #05185F Sapphire

📋 copy color: '#05185F'

red 5 ◦ green 24 ◦ blue 95

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

Shades of Sapphire #05185F

Tints of Sapphire #05185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 76.61%

R = 4.03%
G = 19.35%
B = 76.61%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05185F (or 0x05185F) is known color: Sapphire. HEX triplet: 05, 18 and 5F. RGB value is (5,24,95). Sum of RGB (Red+Green+Blue) = 5+24+95=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 95 (37.5% from 255 or 76.61% from 124); Max value from RGB is 95 - color contains mainly: blue. Hex color #05185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05185F is #FAE7A0. Grayscale: #1A1A1A. Windows color (decimal): -16443297 or 6232069. OLE color: 6232069.

HSL color Cylindrical-coordinate representation of color #05185F: hue angle of 227.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05185F is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 24 95 -
CMYK 0.95 0.75 0 0.63
HSL 227.33º 0.9% 0.2% -
HSV(B) 227.33º 0.95% 0.37% -
XYZ 2.45 1.51 10.99 -
YUV 26.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 5 24 95 0.95 0.75 0 0.63 227.33 0.9 0.2
Hex 5 18 5F 5F 4B 0 3F E3 5A 14
Octal 5 30 137 137 113 0 77 343 132 24
Binary 101 11000 1011111 1011111 1001011 0 111111 11100011 1011010 10100

Color Harmonies of #05185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05185F

Black with #05185F

Text Example


Text Example

White with #05185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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