Html Css Color HEX #183A5D Regal Blue

📋 copy color: '#183A5D'

red 24 ◦ green 58 ◦ blue 93

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

Shades of Regal Blue #183A5D

Tints of Regal Blue #183A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.14%

R = 13.71%
G = 33.14%
B = 53.14%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#183A5D (or 0x183A5D) is known color: Regal Blue. HEX triplet: 18, 3A and 5D. RGB value is (24,58,93). Sum of RGB (Red+Green+Blue) = 24+58+93=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #183A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A5D is #E7C5A2. Grayscale: #333333. Windows color (decimal): -15189411 or 6109720. OLE color: 6109720.

HSL color Cylindrical-coordinate representation of color #183A5D: hue angle of 210.43º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #183A5D is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 58 93 -
CMYK 0.74 0.38 0 0.64
HSL 210.43º 0.59% 0.23% -
HSV(B) 210.43º 0.74% 0.36% -
XYZ 3.87 4.01 10.93 -
YUV 51.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 24 58 93 0.74 0.38 0 0.64 210.43 0.59 0.23
Hex 18 3A 5D 4A 26 0 40 D2 3B 17
Octal 30 72 135 112 46 0 100 322 73 27
Binary 11000 111010 1011101 1001010 100110 0 1000000 11010010 111011 10111

Color Harmonies of #183A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A5D

Black with #183A5D

Text Example


Text Example

White with #183A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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