Html Css Color HEX #18364F Regal Blue

📋 copy color: '#18364F'

red 24 ◦ green 54 ◦ blue 79

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

Shades of Regal Blue #18364F

Tints of Regal Blue #18364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

 BLUE value IS 79 (31.25% from 255) = 50.32%

R = 15.29%
G = 34.39%
B = 50.32%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18364F (or 0x18364F) is known color: Regal Blue. HEX triplet: 18, 36 and 4F. RGB value is (24,54,79). Sum of RGB (Red+Green+Blue) = 24+54+79=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #18364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18364F is #E7C9B0. Grayscale: #2F2F2F. Windows color (decimal): -15190449 or 5191192. OLE color: 5191192.

HSL color Cylindrical-coordinate representation of color #18364F: hue angle of 207.27º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18364F is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 54 79 -
CMYK 0.70 0.32 0 0.69
HSL 207.27º 0.53% 0.2% -
HSV(B) 207.27º 0.7% 0.31% -
XYZ 3.11 3.4 7.89 -
YUV 47.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 24 54 79 0.70 0.32 0 0.69 207.27 0.53 0.2
Hex 18 36 4F 46 20 0 45 CF 35 14
Octal 30 66 117 106 40 0 105 317 65 24
Binary 11000 110110 1001111 1000110 100000 0 1000101 11001111 110101 10100

Color Harmonies of #18364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18364F

Black with #18364F

Text Example


Text Example

White with #18364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18364F; }

 p { color: rgb(24,54,79); }

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

background-color css

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

 a { background-color: rgb(24,54,79); }

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

border-color css

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

 span { border-color: rgb(24,54,79); }

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