Html Css Color HEX #183351 Regal Blue

📋 copy color: '#183351'

red 24 ◦ green 51 ◦ blue 81

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

Shades of Regal Blue #183351

Tints of Regal Blue #183351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.69%

 BLUE value IS 81 (32.03% from 255) = 51.92%

R = 15.38%
G = 32.69%
B = 51.92%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#183351 (or 0x183351) is known color: Regal Blue. HEX triplet: 18, 33 and 51. RGB value is (24,51,81). Sum of RGB (Red+Green+Blue) = 24+51+81=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #183351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183351 is #E7CCAE. Grayscale: #2E2E2E. Windows color (decimal): -15191215 or 5321496. OLE color: 5321496.

HSL color Cylindrical-coordinate representation of color #183351: hue angle of 211.58º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183351 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 51 81 -
CMYK 0.70 0.37 0 0.68
HSL 211.58º 0.54% 0.21% -
HSV(B) 211.58º 0.7% 0.32% -
XYZ 3.05 3.16 8.23 -
YUV 46.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 24 51 81 0.70 0.37 0 0.68 211.58 0.54 0.21
Hex 18 33 51 46 25 0 44 D4 36 15
Octal 30 63 121 106 45 0 104 324 66 25
Binary 11000 110011 1010001 1000110 100101 0 1000100 11010100 110110 10101

Color Harmonies of #183351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183351

Black with #183351

Text Example


Text Example

White with #183351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183351; }

 p { color: rgb(24,51,81); }

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

background-color css

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

 a { background-color: rgb(24,51,81); }

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

border-color css

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

 span { border-color: rgb(24,51,81); }

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