Html Css Color HEX #18405B Regal Blue

📋 copy color: '#18405B'

red 24 ◦ green 64 ◦ blue 91

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

Shades of Regal Blue #18405B

Tints of Regal Blue #18405B

RGB

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

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

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

R = 13.41%
G = 35.75%
B = 50.84%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18405B (or 0x18405B) is known color: Regal Blue. HEX triplet: 18, 40 and 5B. RGB value is (24,64,91). Sum of RGB (Red+Green+Blue) = 24+64+91=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #18405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18405B is #E7BFA4. Grayscale: #363636. Windows color (decimal): -15187877 or 5980184. OLE color: 5980184.

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

Color convert

RGB 24 64 91 -
CMYK 0.74 0.30 0 0.64
HSL 204.18º 0.58% 0.23% -
HSV(B) 204.18º 0.74% 0.36% -
XYZ 4.1 4.62 10.57 -
YUV 55.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 24 64 91 0.74 0.30 0 0.64 204.18 0.58 0.23
Hex 18 40 5B 4A 1E 0 40 CC 3A 17
Octal 30 100 133 112 36 0 100 314 72 27
Binary 11000 1000000 1011011 1001010 11110 0 1000000 11001100 111010 10111

Color Harmonies of #18405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18405B

Black with #18405B

Text Example


Text Example

White with #18405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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