Html Css Color HEX #183C52 Regal Blue

📋 copy color: '#183C52'

red 24 ◦ green 60 ◦ blue 82

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

Shades of Regal Blue #183C52

Tints of Regal Blue #183C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 49.4%

R = 14.46%
G = 36.14%
B = 49.4%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#183C52 (or 0x183C52) is known color: Regal Blue. HEX triplet: 18, 3C and 52. RGB value is (24,60,82). Sum of RGB (Red+Green+Blue) = 24+60+82=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #183C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C52 is #E7C3AD. Grayscale: #333333. Windows color (decimal): -15188910 or 5389336. OLE color: 5389336.

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

Color convert

RGB 24 60 82 -
CMYK 0.71 0.27 0 0.68
HSL 202.76º 0.55% 0.21% -
HSV(B) 202.76º 0.71% 0.32% -
XYZ 3.52 4.04 8.58 -
YUV 51.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 24 60 82 0.71 0.27 0 0.68 202.76 0.55 0.21
Hex 18 3C 52 47 1B 0 44 CB 37 15
Octal 30 74 122 107 33 0 104 313 67 25
Binary 11000 111100 1010010 1000111 11011 0 1000100 11001011 110111 10101

Color Harmonies of #183C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183C52

Black with #183C52

Text Example


Text Example

White with #183C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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