Html Css Color HEX #18416D Regal Blue

📋 copy color: '#18416D'

red 24 ◦ green 65 ◦ blue 109

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

Shades of Regal Blue #18416D

Tints of Regal Blue #18416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

 BLUE value IS 109 (42.97% from 255) = 55.05%

R = 12.12%
G = 32.83%
B = 55.05%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18416D (or 0x18416D) is known color: Regal Blue. HEX triplet: 18, 41 and 6D. RGB value is (24,65,109). Sum of RGB (Red+Green+Blue) = 24+65+109=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #18416D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18416D is #E7BE92. Grayscale: #393939. Windows color (decimal): -15187603 or 7160088. OLE color: 7160088.

HSL color Cylindrical-coordinate representation of color #18416D: hue angle of 211.06º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18416D is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 65 109 -
CMYK 0.78 0.40 0 0.57
HSL 211.06º 0.64% 0.26% -
HSV(B) 211.06º 0.78% 0.43% -
XYZ 5.03 5.08 15.18 -
YUV 57.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 24 65 109 0.78 0.40 0 0.57 211.06 0.64 0.26
Hex 18 41 6D 4E 28 0 39 D3 40 1A
Octal 30 101 155 116 50 0 71 323 100 32
Binary 11000 1000001 1101101 1001110 101000 0 111001 11010011 1000000 11010

Color Harmonies of #18416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18416D

Black with #18416D

Text Example


Text Example

White with #18416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,65,109); }

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

background-color css

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

 a { background-color: rgb(24,65,109); }

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

border-color css

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

 span { border-color: rgb(24,65,109); }

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