Html Css Color HEX #183356 Regal Blue

📋 copy color: '#183356'

red 24 ◦ green 51 ◦ blue 86

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

Shades of Regal Blue #183356

Tints of Regal Blue #183356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 53.42%

R = 14.91%
G = 31.68%
B = 53.42%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#183356 (or 0x183356) is known color: Regal Blue. HEX triplet: 18, 33 and 56. RGB value is (24,51,86). Sum of RGB (Red+Green+Blue) = 24+51+86=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #183356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183356 is #E7CCA9. Grayscale: #2E2E2E. Windows color (decimal): -15191210 or 5649176. OLE color: 5649176.

HSL color Cylindrical-coordinate representation of color #183356: hue angle of 213.87º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #183356 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 24 51 86 -
CMYK 0.72 0.41 0 0.66
HSL 213.87º 0.56% 0.22% -
HSV(B) 213.87º 0.72% 0.34% -
XYZ 3.24 3.23 9.26 -
YUV 46.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 24 51 86 0.72 0.41 0 0.66 213.87 0.56 0.22
Hex 18 33 56 48 29 0 42 D6 38 16
Octal 30 63 126 110 51 0 102 326 70 26
Binary 11000 110011 1010110 1001000 101001 0 1000010 11010110 111000 10110

Color Harmonies of #183356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183356

Black with #183356

Text Example


Text Example

White with #183356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183356; }

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

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

background-color css

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

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

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

border-color css

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

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

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