Html Css Color HEX #184060 Regal Blue

📋 copy color: '#184060'

red 24 ◦ green 64 ◦ blue 96

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

Shades of Regal Blue #184060

Tints of Regal Blue #184060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.17%

R = 13.04%
G = 34.78%
B = 52.17%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#184060 (or 0x184060) is known color: Regal Blue. HEX triplet: 18, 40 and 60. RGB value is (24,64,96). Sum of RGB (Red+Green+Blue) = 24+64+96=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #184060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184060 is #E7BF9F. Grayscale: #373737. Windows color (decimal): -15187872 or 6307864. OLE color: 6307864.

HSL color Cylindrical-coordinate representation of color #184060: hue angle of 206.67º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #184060 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 24 64 96 -
CMYK 0.75 0.33 0 0.62
HSL 206.67º 0.6% 0.24% -
HSV(B) 206.67º 0.75% 0.38% -
XYZ 4.32 4.71 11.75 -
YUV 55.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 24 64 96 0.75 0.33 0 0.62 206.67 0.6 0.24
Hex 18 40 60 4B 21 0 3E CF 3C 18
Octal 30 100 140 113 41 0 76 317 74 30
Binary 11000 1000000 1100000 1001011 100001 0 111110 11001111 111100 11000

Color Harmonies of #184060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184060

Black with #184060

Text Example


Text Example

White with #184060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184060; }

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

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

background-color css

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

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

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

border-color css

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

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

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