Html Css Color HEX #05184A Sapphire

📋 copy color: '#05184A'

red 5 ◦ green 24 ◦ blue 74

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

Shades of Sapphire #05184A

Tints of Sapphire #05184A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 71.84%

R = 4.85%
G = 23.3%
B = 71.84%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05184A (or 0x05184A) is known color: Sapphire. HEX triplet: 05, 18 and 4A. RGB value is (5,24,74). Sum of RGB (Red+Green+Blue) = 5+24+74=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 74 (29.30% from 255 or 71.84% from 103); Max value from RGB is 74 - color contains mainly: blue. Hex color #05184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05184A is #FAE7B5. Grayscale: #171717. Windows color (decimal): -16443318 or 4855813. OLE color: 4855813.

HSL color Cylindrical-coordinate representation of color #05184A: hue angle of 223.48º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05184A is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 24 74 -
CMYK 0.93 0.68 0 0.71
HSL 223.48º 0.87% 0.15% -
HSV(B) 223.48º 0.93% 0.29% -
XYZ 1.63 1.18 6.62 -
YUV 24.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 5 24 74 0.93 0.68 0 0.71 223.48 0.87 0.15
Hex 5 18 4A 5D 44 0 47 DF 57 F
Octal 5 30 112 135 104 0 107 337 127 17
Binary 101 11000 1001010 1011101 1000100 0 1000111 11011111 1010111 1111

Color Harmonies of #05184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05184A

Black with #05184A

Text Example


Text Example

White with #05184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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