Html Css Color HEX #14344B Blue Whale

📋 copy color: '#14344B'

red 20 ◦ green 52 ◦ blue 75

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

Shades of Blue Whale #14344B

Tints of Blue Whale #14344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.37%

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

R = 13.61%
G = 35.37%
B = 51.02%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14344B (or 0x14344B) is known color: Blue Whale. HEX triplet: 14, 34 and 4B. RGB value is (20,52,75). Sum of RGB (Red+Green+Blue) = 20+52+75=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #14344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14344B is #EBCBB4. Grayscale: #2C2C2C. Windows color (decimal): -15453109 or 4928532. OLE color: 4928532.

HSL color Cylindrical-coordinate representation of color #14344B: hue angle of 205.09º 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 #14344B is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 52 75 -
CMYK 0.73 0.31 0 0.71
HSL 205.09º 0.58% 0.19% -
HSV(B) 205.09º 0.73% 0.29% -
XYZ 2.79 3.11 7.11 -
YUV 45.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 20 52 75 0.73 0.31 0 0.71 205.09 0.58 0.19
Hex 14 34 4B 49 1F 0 47 CD 3A 13
Octal 24 64 113 111 37 0 107 315 72 23
Binary 10100 110100 1001011 1001001 11111 0 1000111 11001101 111010 10011

Color Harmonies of #14344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14344B

Black with #14344B

Text Example


Text Example

White with #14344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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