Html Css Color HEX #183E58 Regal Blue

📋 copy color: '#183E58'

red 24 ◦ green 62 ◦ blue 88

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

Shades of Regal Blue #183E58

Tints of Regal Blue #183E58

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.63%

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

R = 13.79%
G = 35.63%
B = 50.57%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#183E58 (or 0x183E58) is known color: Regal Blue. HEX triplet: 18, 3E and 58. RGB value is (24,62,88). Sum of RGB (Red+Green+Blue) = 24+62+88=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #183E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183E58 is #E7C1A7. Grayscale: #353535. Windows color (decimal): -15188392 or 5783064. OLE color: 5783064.

HSL color Cylindrical-coordinate representation of color #183E58: hue angle of 204.38º 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 #183E58 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 62 88 -
CMYK 0.73 0.30 0 0.65
HSL 204.38º 0.57% 0.22% -
HSV(B) 204.38º 0.73% 0.35% -
XYZ 3.86 4.34 9.87 -
YUV 53.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 24 62 88 0.73 0.30 0 0.65 204.38 0.57 0.22
Hex 18 3E 58 49 1E 0 41 CC 39 16
Octal 30 76 130 111 36 0 101 314 71 26
Binary 11000 111110 1011000 1001001 11110 0 1000001 11001100 111001 10110

Color Harmonies of #183E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183E58

Black with #183E58

Text Example


Text Example

White with #183E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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