Html Css Color HEX #18314B Blue Whale

📋 copy color: '#18314B'

red 24 ◦ green 49 ◦ blue 75

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

Shades of Blue Whale #18314B

Tints of Blue Whale #18314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 50.68%

R = 16.22%
G = 33.11%
B = 50.68%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18314B (or 0x18314B) is known color: Blue Whale. HEX triplet: 18, 31 and 4B. RGB value is (24,49,75). Sum of RGB (Red+Green+Blue) = 24+49+75=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #18314B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18314B is #E7CEB4. Grayscale: #2C2C2C. Windows color (decimal): -15191733 or 4927768. OLE color: 4927768.

HSL color Cylindrical-coordinate representation of color #18314B: hue angle of 210.59º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18314B is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 49 75 -
CMYK 0.68 0.35 0 0.71
HSL 210.59º 0.52% 0.19% -
HSV(B) 210.59º 0.68% 0.29% -
XYZ 2.75 2.9 7.07 -
YUV 44.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 24 49 75 0.68 0.35 0 0.71 210.59 0.52 0.19
Hex 18 31 4B 44 23 0 47 D3 34 13
Octal 30 61 113 104 43 0 107 323 64 23
Binary 11000 110001 1001011 1000100 100011 0 1000111 11010011 110100 10011

Color Harmonies of #18314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18314B

Black with #18314B

Text Example


Text Example

White with #18314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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