Html Css Color HEX #184469 Regal Blue

📋 copy color: '#184469'

red 24 ◦ green 68 ◦ blue 105

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

Shades of Regal Blue #184469

Tints of Regal Blue #184469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

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

R = 12.18%
G = 34.52%
B = 53.3%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184469 (or 0x184469) is known color: Regal Blue. HEX triplet: 18, 44 and 69. RGB value is (24,68,105). Sum of RGB (Red+Green+Blue) = 24+68+105=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #184469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184469 is #E7BB96. Grayscale: #3A3A3A. Windows color (decimal): -15186839 or 6898712. OLE color: 6898712.

HSL color Cylindrical-coordinate representation of color #184469: hue angle of 207.41º 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 #184469 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 68 105 -
CMYK 0.77 0.35 0 0.59
HSL 207.41º 0.63% 0.25% -
HSV(B) 207.41º 0.77% 0.41% -
XYZ 4.99 5.35 14.13 -
YUV 59.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 24 68 105 0.77 0.35 0 0.59 207.41 0.63 0.25
Hex 18 44 69 4D 23 0 3B CF 3F 19
Octal 30 104 151 115 43 0 73 317 77 31
Binary 11000 1000100 1101001 1001101 100011 0 111011 11001111 111111 11001

Color Harmonies of #184469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184469

Black with #184469

Text Example


Text Example

White with #184469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184469; }

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

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

background-color css

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

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

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

border-color css

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

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

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