Html Css Color HEX #18406B Regal Blue

📋 copy color: '#18406B'

red 24 ◦ green 64 ◦ blue 107

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

Shades of Regal Blue #18406B

Tints of Regal Blue #18406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.87%

R = 12.31%
G = 32.82%
B = 54.87%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18406B (or 0x18406B) is known color: Regal Blue. HEX triplet: 18, 40 and 6B. RGB value is (24,64,107). Sum of RGB (Red+Green+Blue) = 24+64+107=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #18406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18406B is #E7BF94. Grayscale: #383838. Windows color (decimal): -15187861 or 7028760. OLE color: 7028760.

HSL color Cylindrical-coordinate representation of color #18406B: hue angle of 211.08º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18406B is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 64 107 -
CMYK 0.78 0.40 0 0.58
HSL 211.08º 0.63% 0.26% -
HSV(B) 211.08º 0.78% 0.42% -
XYZ 4.86 4.92 14.6 -
YUV 56.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 24 64 107 0.78 0.40 0 0.58 211.08 0.63 0.26
Hex 18 40 6B 4E 28 0 3A D3 3F 1A
Octal 30 100 153 116 50 0 72 323 77 32
Binary 11000 1000000 1101011 1001110 101000 0 111010 11010011 111111 11010

Color Harmonies of #18406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18406B

Black with #18406B

Text Example


Text Example

White with #18406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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