Html Css Color HEX #183D58 Regal Blue

📋 copy color: '#183D58'

red 24 ◦ green 61 ◦ blue 88

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

Shades of Regal Blue #183D58

Tints of Regal Blue #183D58

RGB

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

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

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

R = 13.87%
G = 35.26%
B = 50.87%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#183D58 (or 0x183D58) is known color: Regal Blue. HEX triplet: 18, 3D and 58. RGB value is (24,61,88). Sum of RGB (Red+Green+Blue) = 24+61+88=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #183D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D58 is #E7C2A7. Grayscale: #343434. Windows color (decimal): -15188648 or 5782808. OLE color: 5782808.

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

Color convert

RGB 24 61 88 -
CMYK 0.73 0.31 0 0.65
HSL 205.31º 0.57% 0.22% -
HSV(B) 205.31º 0.73% 0.35% -
XYZ 3.81 4.24 9.85 -
YUV 53.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 24 61 88 0.73 0.31 0 0.65 205.31 0.57 0.22
Hex 18 3D 58 49 1F 0 41 CD 39 16
Octal 30 75 130 111 37 0 101 315 71 26
Binary 11000 111101 1011000 1001001 11111 0 1000001 11001101 111001 10110

Color Harmonies of #183D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183D58

Black with #183D58

Text Example


Text Example

White with #183D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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