Html Css Color HEX #182E50 Bunting

📋 copy color: '#182E50'

red 24 ◦ green 46 ◦ blue 80

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

Shades of Bunting #182E50

Tints of Bunting #182E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.67%

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

R = 16%
G = 30.67%
B = 53.33%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#182E50 (or 0x182E50) is known color: Bunting. HEX triplet: 18, 2E and 50. RGB value is (24,46,80). Sum of RGB (Red+Green+Blue) = 24+46+80=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #182E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E50 is #E7D1AF. Grayscale: #2B2B2B. Windows color (decimal): -15192496 or 5254680. OLE color: 5254680.

HSL color Cylindrical-coordinate representation of color #182E50: hue angle of 216.43º 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 #182E50 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 46 80 -
CMYK 0.70 0.42 0 0.69
HSL 216.43º 0.54% 0.2% -
HSV(B) 216.43º 0.7% 0.31% -
XYZ 2.8 2.73 7.97 -
YUV 43.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 24 46 80 0.70 0.42 0 0.69 216.43 0.54 0.2
Hex 18 2E 50 46 2A 0 45 D8 36 14
Octal 30 56 120 106 52 0 105 330 66 24
Binary 11000 101110 1010000 1000110 101010 0 1000101 11011000 110110 10100

Color Harmonies of #182E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182E50

Black with #182E50

Text Example


Text Example

White with #182E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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