Html Css Color HEX #183251 Regal Blue

📋 copy color: '#183251'

red 24 ◦ green 50 ◦ blue 81

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

Shades of Regal Blue #183251

Tints of Regal Blue #183251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

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

R = 15.48%
G = 32.26%
B = 52.26%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#183251 (or 0x183251) is known color: Regal Blue. HEX triplet: 18, 32 and 51. RGB value is (24,50,81). Sum of RGB (Red+Green+Blue) = 24+50+81=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #183251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183251 is #E7CDAE. Grayscale: #2D2D2D. Windows color (decimal): -15191471 or 5321240. OLE color: 5321240.

HSL color Cylindrical-coordinate representation of color #183251: hue angle of 212.63º 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 #183251 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 50 81 -
CMYK 0.70 0.38 0 0.68
HSL 212.63º 0.54% 0.21% -
HSV(B) 212.63º 0.7% 0.32% -
XYZ 3 3.07 8.22 -
YUV 45.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 24 50 81 0.70 0.38 0 0.68 212.63 0.54 0.21
Hex 18 32 51 46 26 0 44 D5 36 15
Octal 30 62 121 106 46 0 104 325 66 25
Binary 11000 110010 1010001 1000110 100110 0 1000100 11010101 110110 10101

Color Harmonies of #183251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183251

Black with #183251

Text Example


Text Example

White with #183251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183251; }

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

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

background-color css

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

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

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

border-color css

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

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

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