Html Css Color HEX #18375F Regal Blue

📋 copy color: '#18375F'

red 24 ◦ green 55 ◦ blue 95

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

Shades of Regal Blue #18375F

Tints of Regal Blue #18375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 54.6%

R = 13.79%
G = 31.61%
B = 54.6%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18375F (or 0x18375F) is known color: Regal Blue. HEX triplet: 18, 37 and 5F. RGB value is (24,55,95). Sum of RGB (Red+Green+Blue) = 24+55+95=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #18375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18375F is #E7C8A0. Grayscale: #323232. Windows color (decimal): -15190177 or 6240024. OLE color: 6240024.

HSL color Cylindrical-coordinate representation of color #18375F: hue angle of 213.8º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18375F is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 55 95 -
CMYK 0.75 0.42 0 0.63
HSL 213.8º 0.6% 0.23% -
HSV(B) 213.8º 0.75% 0.37% -
XYZ 3.81 3.75 11.35 -
YUV 50.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 24 55 95 0.75 0.42 0 0.63 213.8 0.6 0.23
Hex 18 37 5F 4B 2A 0 3F D6 3C 17
Octal 30 67 137 113 52 0 77 326 74 27
Binary 11000 110111 1011111 1001011 101010 0 111111 11010110 111100 10111

Color Harmonies of #18375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18375F

Black with #18375F

Text Example


Text Example

White with #18375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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