Html Css Color HEX #18375D Regal Blue

📋 copy color: '#18375D'

red 24 ◦ green 55 ◦ blue 93

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

Shades of Regal Blue #18375D

Tints of Regal Blue #18375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

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

R = 13.95%
G = 31.98%
B = 54.07%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18375D (or 0x18375D) is known color: Regal Blue. HEX triplet: 18, 37 and 5D. RGB value is (24,55,93). Sum of RGB (Red+Green+Blue) = 24+55+93=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #18375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18375D is #E7C8A2. Grayscale: #313131. Windows color (decimal): -15190179 or 6108952. OLE color: 6108952.

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

Color convert

RGB 24 55 93 -
CMYK 0.74 0.41 0 0.64
HSL 213.04º 0.59% 0.23% -
HSV(B) 213.04º 0.74% 0.36% -
XYZ 3.72 3.72 10.88 -
YUV 50.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 24 55 93 0.74 0.41 0 0.64 213.04 0.59 0.23
Hex 18 37 5D 4A 29 0 40 D5 3B 17
Octal 30 67 135 112 51 0 100 325 73 27
Binary 11000 110111 1011101 1001010 101001 0 1000000 11010101 111011 10111

Color Harmonies of #18375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18375D

Black with #18375D

Text Example


Text Example

White with #18375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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