Html Css Color HEX #05184B Sapphire

📋 copy color: '#05184B'

red 5 ◦ green 24 ◦ blue 75

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

Shades of Sapphire #05184B

Tints of Sapphire #05184B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 72.12%

R = 4.81%
G = 23.08%
B = 72.12%

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

#05184B (or 0x05184B) is known color: Sapphire. HEX triplet: 05, 18 and 4B. RGB value is (5,24,75). Sum of RGB (Red+Green+Blue) = 5+24+75=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #05184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05184B is #FAE7B4. Grayscale: #171717. Windows color (decimal): -16443317 or 4921349. OLE color: 4921349.

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

Color convert

RGB 5 24 75 -
CMYK 0.93 0.68 0 0.71
HSL 223.71º 0.88% 0.16% -
HSV(B) 223.71º 0.93% 0.29% -
XYZ 1.66 1.19 6.8 -
YUV 24.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 5 24 75 0.93 0.68 0 0.71 223.71 0.88 0.16
Hex 5 18 4B 5D 44 0 47 E0 58 10
Octal 5 30 113 135 104 0 107 340 130 20
Binary 101 11000 1001011 1011101 1000100 0 1000111 11100000 1011000 10000

Color Harmonies of #05184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05184B

Black with #05184B

Text Example


Text Example

White with #05184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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