Html Css Color HEX #183D63 Regal Blue

📋 copy color: '#183D63'

red 24 ◦ green 61 ◦ blue 99

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

Shades of Regal Blue #183D63

Tints of Regal Blue #183D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.8%

R = 13.04%
G = 33.15%
B = 53.8%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#183D63 (or 0x183D63) is known color: Regal Blue. HEX triplet: 18, 3D and 63. RGB value is (24,61,99). Sum of RGB (Red+Green+Blue) = 24+61+99=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #183D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D63 is #E7C29C. Grayscale: #363636. Windows color (decimal): -15188637 or 6503704. OLE color: 6503704.

HSL color Cylindrical-coordinate representation of color #183D63: hue angle of 210.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183D63 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 61 99 -
CMYK 0.76 0.38 0 0.61
HSL 210.4º 0.61% 0.24% -
HSV(B) 210.4º 0.76% 0.39% -
XYZ 4.3 4.43 12.43 -
YUV 54.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 24 61 99 0.76 0.38 0 0.61 210.4 0.61 0.24
Hex 18 3D 63 4C 26 0 3D D2 3D 18
Octal 30 75 143 114 46 0 75 322 75 30
Binary 11000 111101 1100011 1001100 100110 0 111101 11010010 111101 11000

Color Harmonies of #183D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183D63

Black with #183D63

Text Example


Text Example

White with #183D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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