Html Css Color HEX #183D52 Regal Blue

📋 copy color: '#183D52'

red 24 ◦ green 61 ◦ blue 82

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

Shades of Regal Blue #183D52

Tints of Regal Blue #183D52

RGB

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

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

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

R = 14.37%
G = 36.53%
B = 49.1%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#183D52 (or 0x183D52) is known color: Regal Blue. HEX triplet: 18, 3D and 52. RGB value is (24,61,82). Sum of RGB (Red+Green+Blue) = 24+61+82=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #183D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D52 is #E7C2AD. Grayscale: #343434. Windows color (decimal): -15188654 or 5389592. OLE color: 5389592.

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

Color convert

RGB 24 61 82 -
CMYK 0.71 0.26 0 0.68
HSL 201.72º 0.55% 0.21% -
HSV(B) 201.72º 0.71% 0.32% -
XYZ 3.57 4.14 8.59 -
YUV 52.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 24 61 82 0.71 0.26 0 0.68 201.72 0.55 0.21
Hex 18 3D 52 47 1A 0 44 CA 37 15
Octal 30 75 122 107 32 0 104 312 67 25
Binary 11000 111101 1010010 1000111 11010 0 1000100 11001010 110111 10101

Color Harmonies of #183D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183D52

Black with #183D52

Text Example


Text Example

White with #183D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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