Html Css Color HEX #18314D Blue Whale

📋 copy color: '#18314D'

red 24 ◦ green 49 ◦ blue 77

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

Shades of Blue Whale #18314D

Tints of Blue Whale #18314D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 51.33%

R = 16%
G = 32.67%
B = 51.33%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18314D (or 0x18314D) is known color: Blue Whale. HEX triplet: 18, 31 and 4D. RGB value is (24,49,77). Sum of RGB (Red+Green+Blue) = 24+49+77=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #18314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18314D is #E7CEB2. Grayscale: #2C2C2C. Windows color (decimal): -15191731 or 5058840. OLE color: 5058840.

HSL color Cylindrical-coordinate representation of color #18314D: hue angle of 211.7º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18314D is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 49 77 -
CMYK 0.69 0.36 0 0.70
HSL 211.7º 0.52% 0.2% -
HSV(B) 211.7º 0.69% 0.3% -
XYZ 2.81 2.93 7.44 -
YUV 44.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 24 49 77 0.69 0.36 0 0.70 211.7 0.52 0.2
Hex 18 31 4D 45 24 0 46 D4 34 14
Octal 30 61 115 105 44 0 106 324 64 24
Binary 11000 110001 1001101 1000101 100100 0 1000110 11010100 110100 10100

Color Harmonies of #18314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18314D

Black with #18314D

Text Example


Text Example

White with #18314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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