Html Css Color HEX #183655 Regal Blue

📋 copy color: '#183655'

red 24 ◦ green 54 ◦ blue 85

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

Shades of Regal Blue #183655

Tints of Regal Blue #183655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.13%

 BLUE value IS 85 (33.59% from 255) = 52.15%

R = 14.72%
G = 33.13%
B = 52.15%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#183655 (or 0x183655) is known color: Regal Blue. HEX triplet: 18, 36 and 55. RGB value is (24,54,85). Sum of RGB (Red+Green+Blue) = 24+54+85=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #183655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183655 is #E7C9AA. Grayscale: #303030. Windows color (decimal): -15190443 or 5584408. OLE color: 5584408.

HSL color Cylindrical-coordinate representation of color #183655: hue angle of 210.49º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183655 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 54 85 -
CMYK 0.72 0.36 0 0.67
HSL 210.49º 0.56% 0.21% -
HSV(B) 210.49º 0.72% 0.33% -
XYZ 3.34 3.49 9.09 -
YUV 48.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 24 54 85 0.72 0.36 0 0.67 210.49 0.56 0.21
Hex 18 36 55 48 24 0 43 D2 38 15
Octal 30 66 125 110 44 0 103 322 70 25
Binary 11000 110110 1010101 1001000 100100 0 1000011 11010010 111000 10101

Color Harmonies of #183655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183655

Black with #183655

Text Example


Text Example

White with #183655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183655; }

 p { color: rgb(24,54,85); }

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

background-color css

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

 a { background-color: rgb(24,54,85); }

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

border-color css

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

 span { border-color: rgb(24,54,85); }

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