Html Css Color HEX #183C53 Regal Blue

📋 copy color: '#183C53'

red 24 ◦ green 60 ◦ blue 83

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

Shades of Regal Blue #183C53

Tints of Regal Blue #183C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.93%

 BLUE value IS 83 (32.81% from 255) = 49.7%

R = 14.37%
G = 35.93%
B = 49.7%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#183C53 (or 0x183C53) is known color: Regal Blue. HEX triplet: 18, 3C and 53. RGB value is (24,60,83). Sum of RGB (Red+Green+Blue) = 24+60+83=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #183C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C53 is #E7C3AC. Grayscale: #333333. Windows color (decimal): -15188909 or 5454872. OLE color: 5454872.

HSL color Cylindrical-coordinate representation of color #183C53: hue angle of 203.39º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183C53 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 60 83 -
CMYK 0.71 0.28 0 0.67
HSL 203.39º 0.55% 0.21% -
HSV(B) 203.39º 0.71% 0.33% -
XYZ 3.55 4.05 8.78 -
YUV 51.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 24 60 83 0.71 0.28 0 0.67 203.39 0.55 0.21
Hex 18 3C 53 47 1C 0 43 CB 37 15
Octal 30 74 123 107 34 0 103 313 67 25
Binary 11000 111100 1010011 1000111 11100 0 1000011 11001011 110111 10101

Color Harmonies of #183C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183C53

Black with #183C53

Text Example


Text Example

White with #183C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,60,83); }

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

background-color css

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

 a { background-color: rgb(24,60,83); }

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

border-color css

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

 span { border-color: rgb(24,60,83); }

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