Html Css Color HEX #183558 Regal Blue

📋 copy color: '#183558'

red 24 ◦ green 53 ◦ blue 88

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

Shades of Regal Blue #183558

Tints of Regal Blue #183558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.12%

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

R = 14.55%
G = 32.12%
B = 53.33%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#183558 (or 0x183558) is known color: Regal Blue. HEX triplet: 18, 35 and 58. RGB value is (24,53,88). Sum of RGB (Red+Green+Blue) = 24+53+88=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #183558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183558 is #E7CAA7. Grayscale: #303030. Windows color (decimal): -15190696 or 5780760. OLE color: 5780760.

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

Color convert

RGB 24 53 88 -
CMYK 0.73 0.40 0 0.65
HSL 212.81º 0.57% 0.22% -
HSV(B) 212.81º 0.73% 0.35% -
XYZ 3.41 3.44 9.72 -
YUV 48.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 24 53 88 0.73 0.40 0 0.65 212.81 0.57 0.22
Hex 18 35 58 49 28 0 41 D5 39 16
Octal 30 65 130 111 50 0 101 325 71 26
Binary 11000 110101 1011000 1001001 101000 0 1000001 11010101 111001 10110

Color Harmonies of #183558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183558

Black with #183558

Text Example


Text Example

White with #183558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183558; }

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

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

background-color css

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

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

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

border-color css

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

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

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