Html Css Color HEX #183A58 Regal Blue

📋 copy color: '#183A58'

red 24 ◦ green 58 ◦ blue 88

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

Shades of Regal Blue #183A58

Tints of Regal Blue #183A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 51.76%

R = 14.12%
G = 34.12%
B = 51.76%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#183A58 (or 0x183A58) is known color: Regal Blue. HEX triplet: 18, 3A and 58. RGB value is (24,58,88). Sum of RGB (Red+Green+Blue) = 24+58+88=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #183A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A58 is #E7C5A7. Grayscale: #333333. Windows color (decimal): -15189416 or 5782040. OLE color: 5782040.

HSL color Cylindrical-coordinate representation of color #183A58: hue angle of 208.12º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #183A58 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 58 88 -
CMYK 0.73 0.34 0 0.65
HSL 208.13º 0.57% 0.22% -
HSV(B) 208.13º 0.73% 0.35% -
XYZ 3.65 3.92 9.8 -
YUV 51.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 24 58 88 0.73 0.34 0 0.65 208.13 0.57 0.22
Hex 18 3A 58 49 22 0 41 D0 39 16
Octal 30 72 130 111 42 0 101 320 71 26
Binary 11000 111010 1011000 1001001 100010 0 1000001 11010000 111001 10110

Color Harmonies of #183A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A58

Black with #183A58

Text Example


Text Example

White with #183A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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