Html Css Color HEX #18313E Blue Whale

📋 copy color: '#18313E'

red 24 ◦ green 49 ◦ blue 62

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

Shades of Blue Whale #18313E

Tints of Blue Whale #18313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 45.93%

R = 17.78%
G = 36.3%
B = 45.93%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18313E (or 0x18313E) is known color: Blue Whale. HEX triplet: 18, 31 and 3E. RGB value is (24,49,62). Sum of RGB (Red+Green+Blue) = 24+49+62=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #18313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18313E is #E7CEC1. Grayscale: #2A2A2A. Windows color (decimal): -15191746 or 4075800. OLE color: 4075800.

HSL color Cylindrical-coordinate representation of color #18313E: hue angle of 200.53º 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 #18313E is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 49 62 -
CMYK 0.61 0.21 0 0.76
HSL 200.53º 0.44% 0.17% -
HSV(B) 200.53º 0.61% 0.24% -
XYZ 2.34 2.74 4.96 -
YUV 43.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 24 49 62 0.61 0.21 0 0.76 200.53 0.44 0.17
Hex 18 31 3E 3D 15 0 4C C9 2C 11
Octal 30 61 76 75 25 0 114 311 54 21
Binary 11000 110001 111110 111101 10101 0 1001100 11001001 101100 10001

Color Harmonies of #18313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18313E

Black with #18313E

Text Example


Text Example

White with #18313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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