Html Css Color HEX #183D55 Regal Blue

📋 copy color: '#183D55'

red 24 ◦ green 61 ◦ blue 85

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

Shades of Regal Blue #183D55

Tints of Regal Blue #183D55

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.88%

 BLUE value IS 85 (33.59% from 255) = 50%

R = 14.12%
G = 35.88%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#183D55 (or 0x183D55) is known color: Regal Blue. HEX triplet: 18, 3D and 55. RGB value is (24,61,85). Sum of RGB (Red+Green+Blue) = 24+61+85=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #183D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D55 is #E7C2AA. Grayscale: #343434. Windows color (decimal): -15188651 or 5586200. OLE color: 5586200.

HSL color Cylindrical-coordinate representation of color #183D55: hue angle of 203.61º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183D55 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 61 85 -
CMYK 0.72 0.28 0 0.67
HSL 203.61º 0.56% 0.21% -
HSV(B) 203.61º 0.72% 0.33% -
XYZ 3.69 4.19 9.21 -
YUV 52.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 24 61 85 0.72 0.28 0 0.67 203.61 0.56 0.21
Hex 18 3D 55 48 1C 0 43 CC 38 15
Octal 30 75 125 110 34 0 103 314 70 25
Binary 11000 111101 1010101 1001000 11100 0 1000011 11001100 111000 10101

Color Harmonies of #183D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183D55

Black with #183D55

Text Example


Text Example

White with #183D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,61,85); }

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

background-color css

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

 a { background-color: rgb(24,61,85); }

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

border-color css

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

 span { border-color: rgb(24,61,85); }

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