Html Css Color HEX #183141 Blue Whale

📋 copy color: '#183141'

red 24 ◦ green 49 ◦ blue 65

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

Shades of Blue Whale #183141

Tints of Blue Whale #183141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.1%

R = 17.39%
G = 35.51%
B = 47.1%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183141 (or 0x183141) is known color: Blue Whale. HEX triplet: 18, 31 and 41. RGB value is (24,49,65). Sum of RGB (Red+Green+Blue) = 24+49+65=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #183141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183141 is #E7CEBE. Grayscale: #2B2B2B. Windows color (decimal): -15191743 or 4272408. OLE color: 4272408.

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

Color convert

RGB 24 49 65 -
CMYK 0.63 0.25 0 0.75
HSL 203.41º 0.46% 0.17% -
HSV(B) 203.41º 0.63% 0.25% -
XYZ 2.43 2.77 5.41 -
YUV 43.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 24 49 65 0.63 0.25 0 0.75 203.41 0.46 0.17
Hex 18 31 41 3F 19 0 4B CB 2E 11
Octal 30 61 101 77 31 0 113 313 56 21
Binary 11000 110001 1000001 111111 11001 0 1001011 11001011 101110 10001

Color Harmonies of #183141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183141

Black with #183141

Text Example


Text Example

White with #183141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183141; }

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

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

background-color css

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

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

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

border-color css

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

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

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