Html Css Color HEX #183A51 Regal Blue

📋 copy color: '#183A51'

red 24 ◦ green 58 ◦ blue 81

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

Shades of Regal Blue #183A51

Tints of Regal Blue #183A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 49.69%

R = 14.72%
G = 35.58%
B = 49.69%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#183A51 (or 0x183A51) is known color: Regal Blue. HEX triplet: 18, 3A and 51. RGB value is (24,58,81). Sum of RGB (Red+Green+Blue) = 24+58+81=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #183A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A51 is #E7C5AE. Grayscale: #323232. Windows color (decimal): -15189423 or 5323288. OLE color: 5323288.

HSL color Cylindrical-coordinate representation of color #183A51: hue angle of 204.21º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183A51 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 58 81 -
CMYK 0.70 0.28 0 0.68
HSL 204.21º 0.54% 0.21% -
HSV(B) 204.21º 0.7% 0.32% -
XYZ 3.37 3.81 8.34 -
YUV 50.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 24 58 81 0.70 0.28 0 0.68 204.21 0.54 0.21
Hex 18 3A 51 46 1C 0 44 CC 36 15
Octal 30 72 121 106 34 0 104 314 66 25
Binary 11000 111010 1010001 1000110 11100 0 1000100 11001100 110110 10101

Color Harmonies of #183A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A51

Black with #183A51

Text Example


Text Example

White with #183A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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