Html Css Color HEX #183048 Blue Whale

📋 copy color: '#183048'

red 24 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #183048

Tints of Blue Whale #183048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 50%

R = 16.67%
G = 33.33%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#183048 (or 0x183048) is known color: Blue Whale. HEX triplet: 18, 30 and 48. RGB value is (24,48,72). Sum of RGB (Red+Green+Blue) = 24+48+72=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #183048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183048 is #E7CFB7. Grayscale: #2B2B2B. Windows color (decimal): -15191992 or 4730904. OLE color: 4730904.

HSL color Cylindrical-coordinate representation of color #183048: hue angle of 210º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #183048 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 48 72 -
CMYK 0.67 0.33 0 0.72
HSL 210º 0.5% 0.19% -
HSV(B) 210º 0.67% 0.28% -
XYZ 2.6 2.78 6.53 -
YUV 43.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 24 48 72 0.67 0.33 0 0.72 210 0.5 0.19
Hex 18 30 48 43 21 0 48 D2 32 13
Octal 30 60 110 103 41 0 110 322 62 23
Binary 11000 110000 1001000 1000011 100001 0 1001000 11010010 110010 10011

Color Harmonies of #183048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183048

Black with #183048

Text Example


Text Example

White with #183048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183048; }

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

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

background-color css

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

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

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

border-color css

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

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

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