Html Css Color HEX #18313D Blue Whale

📋 copy color: '#18313D'

red 24 ◦ green 49 ◦ blue 61

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

Shades of Blue Whale #18313D

Tints of Blue Whale #18313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.52%

R = 17.91%
G = 36.57%
B = 45.52%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18313D (or 0x18313D) is known color: Blue Whale. HEX triplet: 18, 31 and 3D. RGB value is (24,49,61). Sum of RGB (Red+Green+Blue) = 24+49+61=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #18313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18313D is #E7CEC2. Grayscale: #2A2A2A. Windows color (decimal): -15191747 or 4010264. OLE color: 4010264.

HSL color Cylindrical-coordinate representation of color #18313D: hue angle of 199.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18313D is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 49 61 -
CMYK 0.61 0.20 0 0.76
HSL 199.46º 0.44% 0.17% -
HSV(B) 199.46º 0.61% 0.24% -
XYZ 2.32 2.73 4.82 -
YUV 42.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 24 49 61 0.61 0.20 0 0.76 199.46 0.44 0.17
Hex 18 31 3D 3D 14 0 4C C7 2C 11
Octal 30 61 75 75 24 0 114 307 54 21
Binary 11000 110001 111101 111101 10100 0 1001100 11000111 101100 10001

Color Harmonies of #18313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18313D

Black with #18313D

Text Example


Text Example

White with #18313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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