Html Css Color HEX #183140 Blue Whale

📋 copy color: '#183140'

red 24 ◦ green 49 ◦ blue 64

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

Shades of Blue Whale #183140

Tints of Blue Whale #183140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.77%

 BLUE value IS 64 (25.39% from 255) = 46.72%

R = 17.52%
G = 35.77%
B = 46.72%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183140 (or 0x183140) is known color: Blue Whale. HEX triplet: 18, 31 and 40. RGB value is (24,49,64). Sum of RGB (Red+Green+Blue) = 24+49+64=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #183140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183140 is #E7CEBF. Grayscale: #2B2B2B. Windows color (decimal): -15191744 or 4206872. OLE color: 4206872.

HSL color Cylindrical-coordinate representation of color #183140: hue angle of 202.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183140 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 49 64 -
CMYK 0.62 0.23 0 0.75
HSL 202.5º 0.45% 0.17% -
HSV(B) 202.5º 0.63% 0.25% -
XYZ 2.4 2.76 5.26 -
YUV 43.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 24 49 64 0.62 0.23 0 0.75 202.5 0.45 0.17
Hex 18 31 40 3E 17 0 4B CA 2D 11
Octal 30 61 100 76 27 0 113 312 55 21
Binary 11000 110001 1000000 111110 10111 0 1001011 11001010 101101 10001

Color Harmonies of #183140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183140

Black with #183140

Text Example


Text Example

White with #183140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183140; }

 p { color: rgb(24,49,64); }

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

background-color css

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

 a { background-color: rgb(24,49,64); }

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

border-color css

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

 span { border-color: rgb(24,49,64); }

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