Html Css Color HEX #18375E Regal Blue

📋 copy color: '#18375E'

red 24 ◦ green 55 ◦ blue 94

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

Shades of Regal Blue #18375E

Tints of Regal Blue #18375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 54.34%

R = 13.87%
G = 31.79%
B = 54.34%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#18375E (or 0x18375E) is known color: Regal Blue. HEX triplet: 18, 37 and 5E. RGB value is (24,55,94). Sum of RGB (Red+Green+Blue) = 24+55+94=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #18375E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18375E is #E7C8A1. Grayscale: #313131. Windows color (decimal): -15190178 or 6174488. OLE color: 6174488.

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

Color convert

RGB 24 55 94 -
CMYK 0.74 0.41 0 0.63
HSL 213.43º 0.59% 0.23% -
HSV(B) 213.43º 0.74% 0.37% -
XYZ 3.76 3.73 11.11 -
YUV 50.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 24 55 94 0.74 0.41 0 0.63 213.43 0.59 0.23
Hex 18 37 5E 4A 29 0 3F D5 3B 17
Octal 30 67 136 112 51 0 77 325 73 27
Binary 11000 110111 1011110 1001010 101001 0 111111 11010101 111011 10111

Color Harmonies of #18375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18375E

Black with #18375E

Text Example


Text Example

White with #18375E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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