Html Css Color HEX #184569 Regal Blue

📋 copy color: '#184569'

red 24 ◦ green 69 ◦ blue 105

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

Shades of Regal Blue #184569

Tints of Regal Blue #184569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

 BLUE value IS 105 (41.41% from 255) = 53.03%

R = 12.12%
G = 34.85%
B = 53.03%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184569 (or 0x184569) is known color: Regal Blue. HEX triplet: 18, 45 and 69. RGB value is (24,69,105). Sum of RGB (Red+Green+Blue) = 24+69+105=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #184569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184569 is #E7BA96. Grayscale: #3B3B3B. Windows color (decimal): -15186583 or 6898968. OLE color: 6898968.

HSL color Cylindrical-coordinate representation of color #184569: hue angle of 206.67º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #184569 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 69 105 -
CMYK 0.77 0.34 0 0.59
HSL 206.67º 0.63% 0.25% -
HSV(B) 206.67º 0.77% 0.41% -
XYZ 5.05 5.47 14.15 -
YUV 59.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 24 69 105 0.77 0.34 0 0.59 206.67 0.63 0.25
Hex 18 45 69 4D 22 0 3B CF 3F 19
Octal 30 105 151 115 42 0 73 317 77 31
Binary 11000 1000101 1101001 1001101 100010 0 111011 11001111 111111 11001

Color Harmonies of #184569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184569

Black with #184569

Text Example


Text Example

White with #184569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184569; }

 p { color: rgb(24,69,105); }

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

background-color css

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

 a { background-color: rgb(24,69,105); }

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

border-color css

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

 span { border-color: rgb(24,69,105); }

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