Html Css Color HEX #183A50 Regal Blue

📋 copy color: '#183A50'

red 24 ◦ green 58 ◦ blue 80

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

Shades of Regal Blue #183A50

Tints of Regal Blue #183A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.8%

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

R = 14.81%
G = 35.8%
B = 49.38%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#183A50 (or 0x183A50) is known color: Regal Blue. HEX triplet: 18, 3A and 50. RGB value is (24,58,80). Sum of RGB (Red+Green+Blue) = 24+58+80=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #183A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A50 is #E7C5AF. Grayscale: #323232. Windows color (decimal): -15189424 or 5257752. OLE color: 5257752.

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

Color convert

RGB 24 58 80 -
CMYK 0.70 0.28 0 0.69
HSL 203.57º 0.54% 0.2% -
HSV(B) 203.57º 0.7% 0.31% -
XYZ 3.34 3.8 8.15 -
YUV 50.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 24 58 80 0.70 0.28 0 0.69 203.57 0.54 0.2
Hex 18 3A 50 46 1C 0 45 CC 36 14
Octal 30 72 120 106 34 0 105 314 66 24
Binary 11000 111010 1010000 1000110 11100 0 1000101 11001100 110110 10100

Color Harmonies of #183A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A50

Black with #183A50

Text Example


Text Example

White with #183A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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