Html Css Color HEX #18405D Regal Blue

📋 copy color: '#18405D'

red 24 ◦ green 64 ◦ blue 93

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

Shades of Regal Blue #18405D

Tints of Regal Blue #18405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 93 (36.72% from 255) = 51.38%

R = 13.26%
G = 35.36%
B = 51.38%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18405D (or 0x18405D) is known color: Regal Blue. HEX triplet: 18, 40 and 5D. RGB value is (24,64,93). Sum of RGB (Red+Green+Blue) = 24+64+93=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #18405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18405D is #E7BFA2. Grayscale: #373737. Windows color (decimal): -15187875 or 6111256. OLE color: 6111256.

HSL color Cylindrical-coordinate representation of color #18405D: hue angle of 205.22º degrees, saturation: 0.59, 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 #18405D is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 64 93 -
CMYK 0.74 0.31 0 0.64
HSL 205.22º 0.59% 0.23% -
HSV(B) 205.22º 0.74% 0.36% -
XYZ 4.19 4.65 11.03 -
YUV 55.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 24 64 93 0.74 0.31 0 0.64 205.22 0.59 0.23
Hex 18 40 5D 4A 1F 0 40 CD 3B 17
Octal 30 100 135 112 37 0 100 315 73 27
Binary 11000 1000000 1011101 1001010 11111 0 1000000 11001101 111011 10111

Color Harmonies of #18405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18405D

Black with #18405D

Text Example


Text Example

White with #18405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18405D; }

 p { color: rgb(24,64,93); }

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

background-color css

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

 a { background-color: rgb(24,64,93); }

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

border-color css

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

 span { border-color: rgb(24,64,93); }

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