Html Css Color HEX #14364B Blue Whale

📋 copy color: '#14364B'

red 20 ◦ green 54 ◦ blue 75

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

Shades of Blue Whale #14364B

Tints of Blue Whale #14364B

RGB

 RED value IS 20 (8.2% from 255) = 13.42%

 GREEN value IS 54 (21.48% from 255) = 36.24%

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

R = 13.42%
G = 36.24%
B = 50.34%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14364B (or 0x14364B) is known color: Blue Whale. HEX triplet: 14, 36 and 4B. RGB value is (20,54,75). Sum of RGB (Red+Green+Blue) = 20+54+75=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #14364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14364B is #EBC9B4. Grayscale: #2E2E2E. Windows color (decimal): -15452597 or 4929044. OLE color: 4929044.

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

Color convert

RGB 20 54 75 -
CMYK 0.73 0.28 0 0.71
HSL 202.91º 0.58% 0.19% -
HSV(B) 202.91º 0.73% 0.29% -
XYZ 2.88 3.3 7.14 -
YUV 46.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 20 54 75 0.73 0.28 0 0.71 202.91 0.58 0.19
Hex 14 36 4B 49 1C 0 47 CB 3A 13
Octal 24 66 113 111 34 0 107 313 72 23
Binary 10100 110110 1001011 1001001 11100 0 1000111 11001011 111010 10011

Color Harmonies of #14364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14364B

Black with #14364B

Text Example


Text Example

White with #14364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,54,75); }

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

background-color css

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

 a { background-color: rgb(20,54,75); }

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

border-color css

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

 span { border-color: rgb(20,54,75); }

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