Html Css Color HEX #183350 Regal Blue

📋 copy color: '#183350'

red 24 ◦ green 51 ◦ blue 80

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

Shades of Regal Blue #183350

Tints of Regal Blue #183350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 51.61%

R = 15.48%
G = 32.9%
B = 51.61%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#183350 (or 0x183350) is known color: Regal Blue. HEX triplet: 18, 33 and 50. RGB value is (24,51,80). Sum of RGB (Red+Green+Blue) = 24+51+80=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #183350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183350 is #E7CCAF. Grayscale: #2E2E2E. Windows color (decimal): -15191216 or 5255960. OLE color: 5255960.

HSL color Cylindrical-coordinate representation of color #183350: hue angle of 211.07º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #183350 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 51 80 -
CMYK 0.70 0.36 0 0.69
HSL 211.07º 0.54% 0.2% -
HSV(B) 211.07º 0.7% 0.31% -
XYZ 3.01 3.14 8.04 -
YUV 46.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 24 51 80 0.70 0.36 0 0.69 211.07 0.54 0.2
Hex 18 33 50 46 24 0 45 D3 36 14
Octal 30 63 120 106 44 0 105 323 66 24
Binary 11000 110011 1010000 1000110 100100 0 1000101 11010011 110110 10100

Color Harmonies of #183350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183350

Black with #183350

Text Example


Text Example

White with #183350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183350; }

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

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

background-color css

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

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

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

border-color css

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

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

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