Html Css Color HEX #18313B Blue Whale

📋 copy color: '#18313B'

red 24 ◦ green 49 ◦ blue 59

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

Shades of Blue Whale #18313B

Tints of Blue Whale #18313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 44.7%

R = 18.18%
G = 37.12%
B = 44.7%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18313B (or 0x18313B) is known color: Blue Whale. HEX triplet: 18, 31 and 3B. RGB value is (24,49,59). Sum of RGB (Red+Green+Blue) = 24+49+59=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 59 - color contains mainly: blue. Hex color #18313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18313B is #E7CEC4. Grayscale: #2A2A2A. Windows color (decimal): -15191749 or 3879192. OLE color: 3879192.

HSL color Cylindrical-coordinate representation of color #18313B: hue angle of 197.14º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18313B is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 49 59 -
CMYK 0.59 0.17 0 0.77
HSL 197.14º 0.42% 0.16% -
HSV(B) 197.14º 0.59% 0.23% -
XYZ 2.26 2.71 4.54 -
YUV 42.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 24 49 59 0.59 0.17 0 0.77 197.14 0.42 0.16
Hex 18 31 3B 3B 11 0 4D C5 2A 10
Octal 30 61 73 73 21 0 115 305 52 20
Binary 11000 110001 111011 111011 10001 0 1001101 11000101 101010 10000

Color Harmonies of #18313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18313B

Black with #18313B

Text Example


Text Example

White with #18313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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