Html Css Color HEX #18384F Regal Blue

📋 copy color: '#18384F'

red 24 ◦ green 56 ◦ blue 79

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

Shades of Regal Blue #18384F

Tints of Regal Blue #18384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

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

R = 15.09%
G = 35.22%
B = 49.69%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18384F (or 0x18384F) is known color: Regal Blue. HEX triplet: 18, 38 and 4F. RGB value is (24,56,79). Sum of RGB (Red+Green+Blue) = 24+56+79=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #18384F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18384F is #E7C7B0. Grayscale: #303030. Windows color (decimal): -15189937 or 5191704. OLE color: 5191704.

HSL color Cylindrical-coordinate representation of color #18384F: hue angle of 205.09º 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 #18384F is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 56 79 -
CMYK 0.70 0.29 0 0.69
HSL 205.09º 0.53% 0.2% -
HSV(B) 205.09º 0.7% 0.31% -
XYZ 3.2 3.59 7.92 -
YUV 49.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 24 56 79 0.70 0.29 0 0.69 205.09 0.53 0.2
Hex 18 38 4F 46 1D 0 45 CD 35 14
Octal 30 70 117 106 35 0 105 315 65 24
Binary 11000 111000 1001111 1000110 11101 0 1000101 11001101 110101 10100

Color Harmonies of #18384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18384F

Black with #18384F

Text Example


Text Example

White with #18384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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