Html Css Color HEX #18365B Regal Blue

📋 copy color: '#18365B'

red 24 ◦ green 54 ◦ blue 91

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

Shades of Regal Blue #18365B

Tints of Regal Blue #18365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.85%

R = 14.2%
G = 31.95%
B = 53.85%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18365B (or 0x18365B) is known color: Regal Blue. HEX triplet: 18, 36 and 5B. RGB value is (24,54,91). Sum of RGB (Red+Green+Blue) = 24+54+91=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #18365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18365B is #E7C9A4. Grayscale: #313131. Windows color (decimal): -15190437 or 5977624. OLE color: 5977624.

HSL color Cylindrical-coordinate representation of color #18365B: hue angle of 213.13º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18365B is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 54 91 -
CMYK 0.74 0.41 0 0.64
HSL 213.13º 0.58% 0.23% -
HSV(B) 213.13º 0.74% 0.36% -
XYZ 3.58 3.59 10.4 -
YUV 49.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 24 54 91 0.74 0.41 0 0.64 213.13 0.58 0.23
Hex 18 36 5B 4A 29 0 40 D5 3A 17
Octal 30 66 133 112 51 0 100 325 72 27
Binary 11000 110110 1011011 1001010 101001 0 1000000 11010101 111010 10111

Color Harmonies of #18365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18365B

Black with #18365B

Text Example


Text Example

White with #18365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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