Html Css Color HEX #184366 Regal Blue

📋 copy color: '#184366'

red 24 ◦ green 67 ◦ blue 102

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

Shades of Regal Blue #184366

Tints of Regal Blue #184366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.85%

R = 12.44%
G = 34.72%
B = 52.85%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#184366 (or 0x184366) is known color: Regal Blue. HEX triplet: 18, 43 and 66. RGB value is (24,67,102). Sum of RGB (Red+Green+Blue) = 24+67+102=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #184366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184366 is #E7BC99. Grayscale: #393939. Windows color (decimal): -15187098 or 6701848. OLE color: 6701848.

HSL color Cylindrical-coordinate representation of color #184366: hue angle of 206.92º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #184366 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 24 67 102 -
CMYK 0.76 0.34 0 0.6
HSL 206.92º 0.62% 0.25% -
HSV(B) 206.92º 0.76% 0.4% -
XYZ 4.78 5.17 13.32 -
YUV 58.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 24 67 102 0.76 0.34 0 0.6 206.92 0.62 0.25
Hex 18 43 66 4C 22 0 3C CF 3E 19
Octal 30 103 146 114 42 0 74 317 76 31
Binary 11000 1000011 1100110 1001100 100010 0 111100 11001111 111110 11001

Color Harmonies of #184366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184366

Black with #184366

Text Example


Text Example

White with #184366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184366; }

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

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

background-color css

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

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

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

border-color css

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

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

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