Html Css Color HEX #05184E Sapphire

📋 copy color: '#05184E'

red 5 ◦ green 24 ◦ blue 78

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

Shades of Sapphire #05184E

Tints of Sapphire #05184E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 72.9%

R = 4.67%
G = 22.43%
B = 72.9%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#05184E (or 0x05184E) is known color: Sapphire. HEX triplet: 05, 18 and 4E. RGB value is (5,24,78). Sum of RGB (Red+Green+Blue) = 5+24+78=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #05184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05184E is #FAE7B1. Grayscale: #181818. Windows color (decimal): -16443314 or 5117957. OLE color: 5117957.

HSL color Cylindrical-coordinate representation of color #05184E: hue angle of 224.38º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05184E is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 24 78 -
CMYK 0.94 0.69 0 0.69
HSL 224.38º 0.88% 0.16% -
HSV(B) 224.38º 0.94% 0.31% -
XYZ 1.76 1.24 7.35 -
YUV 24.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 5 24 78 0.94 0.69 0 0.69 224.38 0.88 0.16
Hex 5 18 4E 5E 45 0 45 E0 58 10
Octal 5 30 116 136 105 0 105 340 130 20
Binary 101 11000 1001110 1011110 1000101 0 1000101 11100000 1011000 10000

Color Harmonies of #05184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05184E

Black with #05184E

Text Example


Text Example

White with #05184E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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