Html Css Color HEX #18375A Regal Blue

📋 copy color: '#18375A'

red 24 ◦ green 55 ◦ blue 90

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

Shades of Regal Blue #18375A

Tints of Regal Blue #18375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.25%

R = 14.2%
G = 32.54%
B = 53.25%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18375A (or 0x18375A) is known color: Regal Blue. HEX triplet: 18, 37 and 5A. RGB value is (24,55,90). Sum of RGB (Red+Green+Blue) = 24+55+90=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #18375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18375A is #E7C8A5. Grayscale: #313131. Windows color (decimal): -15190182 or 5912344. OLE color: 5912344.

HSL color Cylindrical-coordinate representation of color #18375A: hue angle of 211.82º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18375A is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 55 90 -
CMYK 0.73 0.39 0 0.65
HSL 211.82º 0.58% 0.22% -
HSV(B) 211.82º 0.73% 0.35% -
XYZ 3.59 3.66 10.19 -
YUV 49.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 24 55 90 0.73 0.39 0 0.65 211.82 0.58 0.22
Hex 18 37 5A 49 27 0 41 D4 3A 16
Octal 30 67 132 111 47 0 101 324 72 26
Binary 11000 110111 1011010 1001001 100111 0 1000001 11010100 111010 10110

Color Harmonies of #18375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18375A

Black with #18375A

Text Example


Text Example

White with #18375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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