Html Css Color HEX #18375B Regal Blue

📋 copy color: '#18375B'

red 24 ◦ green 55 ◦ blue 91

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

Shades of Regal Blue #18375B

Tints of Regal Blue #18375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.53%

R = 14.12%
G = 32.35%
B = 53.53%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#18375B (or 0x18375B) is known color: Regal Blue. HEX triplet: 18, 37 and 5B. RGB value is (24,55,91). Sum of RGB (Red+Green+Blue) = 24+55+91=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #18375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18375B is #E7C8A4. Grayscale: #313131. Windows color (decimal): -15190181 or 5977880. OLE color: 5977880.

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

Color convert

RGB 24 55 91 -
CMYK 0.74 0.40 0 0.64
HSL 212.24º 0.58% 0.23% -
HSV(B) 212.24º 0.74% 0.36% -
XYZ 3.63 3.68 10.42 -
YUV 49.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 24 55 91 0.74 0.40 0 0.64 212.24 0.58 0.23
Hex 18 37 5B 4A 28 0 40 D4 3A 17
Octal 30 67 133 112 50 0 100 324 72 27
Binary 11000 110111 1011011 1001010 101000 0 1000000 11010100 111010 10111

Color Harmonies of #18375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18375B

Black with #18375B

Text Example


Text Example

White with #18375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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