Html Css Color HEX #183354 Regal Blue

📋 copy color: '#183354'

red 24 ◦ green 51 ◦ blue 84

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

Shades of Regal Blue #183354

Tints of Regal Blue #183354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 52.83%

R = 15.09%
G = 32.08%
B = 52.83%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#183354 (or 0x183354) is known color: Regal Blue. HEX triplet: 18, 33 and 54. RGB value is (24,51,84). Sum of RGB (Red+Green+Blue) = 24+51+84=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #183354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183354 is #E7CCAB. Grayscale: #2E2E2E. Windows color (decimal): -15191212 or 5518104. OLE color: 5518104.

HSL color Cylindrical-coordinate representation of color #183354: hue angle of 213º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #183354 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 51 84 -
CMYK 0.71 0.39 0 0.67
HSL 213º 0.56% 0.21% -
HSV(B) 213º 0.71% 0.33% -
XYZ 3.16 3.2 8.84 -
YUV 46.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 24 51 84 0.71 0.39 0 0.67 213 0.56 0.21
Hex 18 33 54 47 27 0 43 D5 38 15
Octal 30 63 124 107 47 0 103 325 70 25
Binary 11000 110011 1010100 1000111 100111 0 1000011 11010101 111000 10101

Color Harmonies of #183354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183354

Black with #183354

Text Example


Text Example

White with #183354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183354; }

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

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

background-color css

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

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

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

border-color css

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

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

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