Html Css Color HEX #183248 Blue Whale

📋 copy color: '#183248'

red 24 ◦ green 50 ◦ blue 72

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

Shades of Blue Whale #183248

Tints of Blue Whale #183248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.25%

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

R = 16.44%
G = 34.25%
B = 49.32%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#183248 (or 0x183248) is known color: Blue Whale. HEX triplet: 18, 32 and 48. RGB value is (24,50,72). Sum of RGB (Red+Green+Blue) = 24+50+72=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #183248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183248 is #E7CDB7. Grayscale: #2C2C2C. Windows color (decimal): -15191480 or 4731416. OLE color: 4731416.

HSL color Cylindrical-coordinate representation of color #183248: hue angle of 207.5º 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 #183248 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 50 72 -
CMYK 0.67 0.31 0 0.72
HSL 207.5º 0.5% 0.19% -
HSV(B) 207.5º 0.67% 0.28% -
XYZ 2.69 2.94 6.56 -
YUV 44.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 24 50 72 0.67 0.31 0 0.72 207.5 0.5 0.19
Hex 18 32 48 43 1F 0 48 D0 32 13
Octal 30 62 110 103 37 0 110 320 62 23
Binary 11000 110010 1001000 1000011 11111 0 1001000 11010000 110010 10011

Color Harmonies of #183248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183248

Black with #183248

Text Example


Text Example

White with #183248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183248; }

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

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

background-color css

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

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

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

border-color css

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

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

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