Html Css Color HEX #183D59 Regal Blue

📋 copy color: '#183D59'

red 24 ◦ green 61 ◦ blue 89

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

Shades of Regal Blue #183D59

Tints of Regal Blue #183D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 51.15%

R = 13.79%
G = 35.06%
B = 51.15%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#183D59 (or 0x183D59) is known color: Regal Blue. HEX triplet: 18, 3D and 59. RGB value is (24,61,89). Sum of RGB (Red+Green+Blue) = 24+61+89=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #183D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D59 is #E7C2A6. Grayscale: #343434. Windows color (decimal): -15188647 or 5848344. OLE color: 5848344.

HSL color Cylindrical-coordinate representation of color #183D59: hue angle of 205.85º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #183D59 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 61 89 -
CMYK 0.73 0.31 0 0.65
HSL 205.85º 0.58% 0.22% -
HSV(B) 205.85º 0.73% 0.35% -
XYZ 3.85 4.25 10.07 -
YUV 53.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 24 61 89 0.73 0.31 0 0.65 205.85 0.58 0.22
Hex 18 3D 59 49 1F 0 41 CE 3A 16
Octal 30 75 131 111 37 0 101 316 72 26
Binary 11000 111101 1011001 1001001 11111 0 1000001 11001110 111010 10110

Color Harmonies of #183D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183D59

Black with #183D59

Text Example


Text Example

White with #183D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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