Html Css Color HEX #183750 Regal Blue

📋 copy color: '#183750'

red 24 ◦ green 55 ◦ blue 80

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

Shades of Regal Blue #183750

Tints of Regal Blue #183750

RGB

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

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

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

R = 15.09%
G = 34.59%
B = 50.31%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#183750 (or 0x183750) is known color: Regal Blue. HEX triplet: 18, 37 and 50. RGB value is (24,55,80). Sum of RGB (Red+Green+Blue) = 24+55+80=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #183750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183750 is #E7C8AF. Grayscale: #303030. Windows color (decimal): -15190192 or 5256984. OLE color: 5256984.

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

Color convert

RGB 24 55 80 -
CMYK 0.70 0.31 0 0.69
HSL 206.79º 0.54% 0.2% -
HSV(B) 206.79º 0.7% 0.31% -
XYZ 3.19 3.51 8.1 -
YUV 48.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 24 55 80 0.70 0.31 0 0.69 206.79 0.54 0.2
Hex 18 37 50 46 1F 0 45 CF 36 14
Octal 30 67 120 106 37 0 105 317 66 24
Binary 11000 110111 1010000 1000110 11111 0 1000101 11001111 110110 10100

Color Harmonies of #183750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183750

Black with #183750

Text Example


Text Example

White with #183750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183750; }

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

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

background-color css

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

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

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

border-color css

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

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

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