Html Css Color HEX #183B52 Regal Blue

📋 copy color: '#183B52'

red 24 ◦ green 59 ◦ blue 82

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

Shades of Regal Blue #183B52

Tints of Regal Blue #183B52

RGB

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

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

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

R = 14.55%
G = 35.76%
B = 49.7%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#183B52 (or 0x183B52) is known color: Regal Blue. HEX triplet: 18, 3B and 52. RGB value is (24,59,82). Sum of RGB (Red+Green+Blue) = 24+59+82=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #183B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183B52 is #E7C4AD. Grayscale: #333333. Windows color (decimal): -15189166 or 5389080. OLE color: 5389080.

HSL color Cylindrical-coordinate representation of color #183B52: hue angle of 203.79º 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 #183B52 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 59 82 -
CMYK 0.71 0.28 0 0.68
HSL 203.79º 0.55% 0.21% -
HSV(B) 203.79º 0.71% 0.32% -
XYZ 3.46 3.93 8.56 -
YUV 51.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 24 59 82 0.71 0.28 0 0.68 203.79 0.55 0.21
Hex 18 3B 52 47 1C 0 44 CC 37 15
Octal 30 73 122 107 34 0 104 314 67 25
Binary 11000 111011 1010010 1000111 11100 0 1000100 11001100 110111 10101

Color Harmonies of #183B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183B52

Black with #183B52

Text Example


Text Example

White with #183B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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