Html Css Color HEX #183B63 Regal Blue

📋 copy color: '#183B63'

red 24 ◦ green 59 ◦ blue 99

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

Shades of Regal Blue #183B63

Tints of Regal Blue #183B63

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.42%

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

R = 13.19%
G = 32.42%
B = 54.4%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#183B63 (or 0x183B63) is known color: Regal Blue. HEX triplet: 18, 3B and 63. RGB value is (24,59,99). Sum of RGB (Red+Green+Blue) = 24+59+99=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #183B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B63 is #E7C49C. Grayscale: #343434. Windows color (decimal): -15189149 or 6503192. OLE color: 6503192.

HSL color Cylindrical-coordinate representation of color #183B63: hue angle of 212º 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 #183B63 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 59 99 -
CMYK 0.76 0.40 0 0.61
HSL 212º 0.61% 0.24% -
HSV(B) 212º 0.76% 0.39% -
XYZ 4.19 4.22 12.4 -
YUV 53.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 24 59 99 0.76 0.40 0 0.61 212 0.61 0.24
Hex 18 3B 63 4C 28 0 3D D4 3D 18
Octal 30 73 143 114 50 0 75 324 75 30
Binary 11000 111011 1100011 1001100 101000 0 111101 11010100 111101 11000

Color Harmonies of #183B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183B63

Black with #183B63

Text Example


Text Example

White with #183B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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