Html Css Color HEX #18385D Regal Blue

📋 copy color: '#18385D'

red 24 ◦ green 56 ◦ blue 93

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

Shades of Regal Blue #18385D

Tints of Regal Blue #18385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

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

R = 13.87%
G = 32.37%
B = 53.76%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18385D (or 0x18385D) is known color: Regal Blue. HEX triplet: 18, 38 and 5D. RGB value is (24,56,93). Sum of RGB (Red+Green+Blue) = 24+56+93=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #18385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18385D is #E7C7A2. Grayscale: #323232. Windows color (decimal): -15189923 or 6109208. OLE color: 6109208.

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

Color convert

RGB 24 56 93 -
CMYK 0.74 0.40 0 0.64
HSL 212.17º 0.59% 0.23% -
HSV(B) 212.17º 0.74% 0.36% -
XYZ 3.77 3.81 10.89 -
YUV 50.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 24 56 93 0.74 0.40 0 0.64 212.17 0.59 0.23
Hex 18 38 5D 4A 28 0 40 D4 3B 17
Octal 30 70 135 112 50 0 100 324 73 27
Binary 11000 111000 1011101 1001010 101000 0 1000000 11010100 111011 10111

Color Harmonies of #18385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18385D

Black with #18385D

Text Example


Text Example

White with #18385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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