Html Css Color HEX #184059 Regal Blue

📋 copy color: '#184059'

red 24 ◦ green 64 ◦ blue 89

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

Shades of Regal Blue #184059

Tints of Regal Blue #184059

RGB

 RED value IS 24 (9.77% from 255) = 13.56%

 GREEN value IS 64 (25.39% from 255) = 36.16%

 BLUE value IS 89 (35.16% from 255) = 50.28%

R = 13.56%
G = 36.16%
B = 50.28%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#184059 (or 0x184059) is known color: Regal Blue. HEX triplet: 18, 40 and 59. RGB value is (24,64,89). Sum of RGB (Red+Green+Blue) = 24+64+89=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #184059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184059 is #E7BFA6. Grayscale: #363636. Windows color (decimal): -15187879 or 5849112. OLE color: 5849112.

HSL color Cylindrical-coordinate representation of color #184059: hue angle of 203.08º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184059 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 64 89 -
CMYK 0.73 0.28 0 0.65
HSL 203.08º 0.58% 0.22% -
HSV(B) 203.08º 0.73% 0.35% -
XYZ 4.01 4.58 10.12 -
YUV 54.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 24 64 89 0.73 0.28 0 0.65 203.08 0.58 0.22
Hex 18 40 59 49 1C 0 41 CB 3A 16
Octal 30 100 131 111 34 0 101 313 72 26
Binary 11000 1000000 1011001 1001001 11100 0 1000001 11001011 111010 10110

Color Harmonies of #184059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184059

Black with #184059

Text Example


Text Example

White with #184059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184059; }

 p { color: rgb(24,64,89); }

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

background-color css

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

 a { background-color: rgb(24,64,89); }

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

border-color css

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

 span { border-color: rgb(24,64,89); }

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