Html Css Color HEX #184369 Regal Blue

📋 copy color: '#184369'

red 24 ◦ green 67 ◦ blue 105

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

Shades of Regal Blue #184369

Tints of Regal Blue #184369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

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

R = 12.24%
G = 34.18%
B = 53.57%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#184369 (or 0x184369) is known color: Regal Blue. HEX triplet: 18, 43 and 69. RGB value is (24,67,105). Sum of RGB (Red+Green+Blue) = 24+67+105=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #184369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184369 is #E7BC96. Grayscale: #3A3A3A. Windows color (decimal): -15187095 or 6898456. OLE color: 6898456.

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

Color convert

RGB 24 67 105 -
CMYK 0.77 0.36 0 0.59
HSL 208.15º 0.63% 0.25% -
HSV(B) 208.15º 0.77% 0.41% -
XYZ 4.93 5.23 14.11 -
YUV 58.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 24 67 105 0.77 0.36 0 0.59 208.15 0.63 0.25
Hex 18 43 69 4D 24 0 3B D0 3F 19
Octal 30 103 151 115 44 0 73 320 77 31
Binary 11000 1000011 1101001 1001101 100100 0 111011 11010000 111111 11001

Color Harmonies of #184369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184369

Black with #184369

Text Example


Text Example

White with #184369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184369; }

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

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

background-color css

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

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

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

border-color css

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

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

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