Html Css Color HEX #18374F Regal Blue

📋 copy color: '#18374F'

red 24 ◦ green 55 ◦ blue 79

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

Shades of Regal Blue #18374F

Tints of Regal Blue #18374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 50%

R = 15.19%
G = 34.81%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18374F (or 0x18374F) is known color: Regal Blue. HEX triplet: 18, 37 and 4F. RGB value is (24,55,79). Sum of RGB (Red+Green+Blue) = 24+55+79=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #18374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18374F is #E7C8B0. Grayscale: #303030. Windows color (decimal): -15190193 or 5191448. OLE color: 5191448.

HSL color Cylindrical-coordinate representation of color #18374F: hue angle of 206.18º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18374F is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 55 79 -
CMYK 0.70 0.30 0 0.69
HSL 206.18º 0.53% 0.2% -
HSV(B) 206.18º 0.7% 0.31% -
XYZ 3.15 3.49 7.9 -
YUV 48.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 24 55 79 0.70 0.30 0 0.69 206.18 0.53 0.2
Hex 18 37 4F 46 1E 0 45 CE 35 14
Octal 30 67 117 106 36 0 105 316 65 24
Binary 11000 110111 1001111 1000110 11110 0 1000101 11001110 110101 10100

Color Harmonies of #18374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18374F

Black with #18374F

Text Example


Text Example

White with #18374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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