Html Css Color HEX #183650 Regal Blue

📋 copy color: '#183650'

red 24 ◦ green 54 ◦ blue 80

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

Shades of Regal Blue #183650

Tints of Regal Blue #183650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

 BLUE value IS 80 (31.64% from 255) = 50.63%

R = 15.19%
G = 34.18%
B = 50.63%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#183650 (or 0x183650) is known color: Regal Blue. HEX triplet: 18, 36 and 50. RGB value is (24,54,80). Sum of RGB (Red+Green+Blue) = 24+54+80=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #183650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183650 is #E7C9AF. Grayscale: #2F2F2F. Windows color (decimal): -15190448 or 5256728. OLE color: 5256728.

HSL color Cylindrical-coordinate representation of color #183650: hue angle of 207.86º degrees, saturation: 0.54, 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 #183650 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 54 80 -
CMYK 0.70 0.33 0 0.69
HSL 207.86º 0.54% 0.2% -
HSV(B) 207.86º 0.7% 0.31% -
XYZ 3.14 3.41 8.08 -
YUV 47.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 24 54 80 0.70 0.33 0 0.69 207.86 0.54 0.2
Hex 18 36 50 46 21 0 45 D0 36 14
Octal 30 66 120 106 41 0 105 320 66 24
Binary 11000 110110 1010000 1000110 100001 0 1000101 11010000 110110 10100

Color Harmonies of #183650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183650

Black with #183650

Text Example


Text Example

White with #183650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183650; }

 p { color: rgb(24,54,80); }

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

background-color css

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

 a { background-color: rgb(24,54,80); }

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

border-color css

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

 span { border-color: rgb(24,54,80); }

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