Html Css Color HEX #184365 Regal Blue

📋 copy color: '#184365'

red 24 ◦ green 67 ◦ blue 101

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

Shades of Regal Blue #184365

Tints of Regal Blue #184365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.6%

R = 12.5%
G = 34.9%
B = 52.6%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#184365 (or 0x184365) is known color: Regal Blue. HEX triplet: 18, 43 and 65. RGB value is (24,67,101). Sum of RGB (Red+Green+Blue) = 24+67+101=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #184365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184365 is #E7BC9A. Grayscale: #393939. Windows color (decimal): -15187099 or 6636312. OLE color: 6636312.

HSL color Cylindrical-coordinate representation of color #184365: hue angle of 206.49º 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 #184365 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 67 101 -
CMYK 0.76 0.34 0 0.60
HSL 206.49º 0.62% 0.25% -
HSV(B) 206.49º 0.76% 0.4% -
XYZ 4.73 5.15 13.06 -
YUV 58.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 24 67 101 0.76 0.34 0 0.60 206.49 0.62 0.25
Hex 18 43 65 4C 22 0 3C CE 3E 19
Octal 30 103 145 114 42 0 74 316 76 31
Binary 11000 1000011 1100101 1001100 100010 0 111100 11001110 111110 11001

Color Harmonies of #184365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184365

Black with #184365

Text Example


Text Example

White with #184365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184365; }

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

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

background-color css

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

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

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

border-color css

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

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

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