Html Css Color HEX #183041 Blue Whale

📋 copy color: '#183041'

red 24 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #183041

Tints of Blue Whale #183041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.04%

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

R = 17.52%
G = 35.04%
B = 47.45%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#183041 (or 0x183041) is known color: Blue Whale. HEX triplet: 18, 30 and 41. RGB value is (24,48,65). Sum of RGB (Red+Green+Blue) = 24+48+65=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #183041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183041 is #E7CFBE. Grayscale: #2A2A2A. Windows color (decimal): -15191999 or 4272152. OLE color: 4272152.

HSL color Cylindrical-coordinate representation of color #183041: hue angle of 204.88º 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 #183041 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 48 65 -
CMYK 0.63 0.26 0 0.75
HSL 204.88º 0.46% 0.17% -
HSV(B) 204.88º 0.63% 0.25% -
XYZ 2.39 2.69 5.39 -
YUV 42.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 24 48 65 0.63 0.26 0 0.75 204.88 0.46 0.17
Hex 18 30 41 3F 1A 0 4B CD 2E 11
Octal 30 60 101 77 32 0 113 315 56 21
Binary 11000 110000 1000001 111111 11010 0 1001011 11001101 101110 10001

Color Harmonies of #183041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183041

Black with #183041

Text Example


Text Example

White with #183041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183041; }

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

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

background-color css

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

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

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

border-color css

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

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

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