Html Css Color HEX #18395D Regal Blue

📋 copy color: '#18395D'

red 24 ◦ green 57 ◦ blue 93

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

Shades of Regal Blue #18395D

Tints of Regal Blue #18395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.76%

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

R = 13.79%
G = 32.76%
B = 53.45%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18395D (or 0x18395D) is known color: Regal Blue. HEX triplet: 18, 39 and 5D. RGB value is (24,57,93). Sum of RGB (Red+Green+Blue) = 24+57+93=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #18395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18395D is #E7C6A2. Grayscale: #333333. Windows color (decimal): -15189667 or 6109464. OLE color: 6109464.

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

Color convert

RGB 24 57 93 -
CMYK 0.74 0.39 0 0.64
HSL 211.3º 0.59% 0.23% -
HSV(B) 211.3º 0.74% 0.36% -
XYZ 3.82 3.91 10.91 -
YUV 51.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 24 57 93 0.74 0.39 0 0.64 211.3 0.59 0.23
Hex 18 39 5D 4A 27 0 40 D3 3B 17
Octal 30 71 135 112 47 0 100 323 73 27
Binary 11000 111001 1011101 1001010 100111 0 1000000 11010011 111011 10111

Color Harmonies of #18395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18395D

Black with #18395D

Text Example


Text Example

White with #18395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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