Html Css Color HEX #183049 Blue Whale

📋 copy color: '#183049'

red 24 ◦ green 48 ◦ blue 73

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

Shades of Blue Whale #183049

Tints of Blue Whale #183049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 50.34%

R = 16.55%
G = 33.1%
B = 50.34%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#183049 (or 0x183049) is known color: Blue Whale. HEX triplet: 18, 30 and 49. RGB value is (24,48,73). Sum of RGB (Red+Green+Blue) = 24+48+73=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #183049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183049 is #E7CFB6. Grayscale: #2B2B2B. Windows color (decimal): -15191991 or 4796440. OLE color: 4796440.

HSL color Cylindrical-coordinate representation of color #183049: hue angle of 210.61º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #183049 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 48 73 -
CMYK 0.67 0.34 0 0.71
HSL 210.61º 0.51% 0.19% -
HSV(B) 210.61º 0.67% 0.29% -
XYZ 2.64 2.79 6.7 -
YUV 43.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 24 48 73 0.67 0.34 0 0.71 210.61 0.51 0.19
Hex 18 30 49 43 22 0 47 D3 33 13
Octal 30 60 111 103 42 0 107 323 63 23
Binary 11000 110000 1001001 1000011 100010 0 1000111 11010011 110011 10011

Color Harmonies of #183049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183049

Black with #183049

Text Example


Text Example

White with #183049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183049; }

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

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

background-color css

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

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

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

border-color css

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

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

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