Html Css Color HEX #14354F Blue Whale

📋 copy color: '#14354F'

red 20 ◦ green 53 ◦ blue 79

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

Shades of Blue Whale #14354F

Tints of Blue Whale #14354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.87%

 BLUE value IS 79 (31.25% from 255) = 51.97%

R = 13.16%
G = 34.87%
B = 51.97%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14354F (or 0x14354F) is known color: Blue Whale. HEX triplet: 14, 35 and 4F. RGB value is (20,53,79). Sum of RGB (Red+Green+Blue) = 20+53+79=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 79 (31.25% from 255 or 51.97% from 152); Max value from RGB is 79 - color contains mainly: blue. Hex color #14354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14354F is #EBCAB0. Grayscale: #2D2D2D. Windows color (decimal): -15452849 or 5190932. OLE color: 5190932.

HSL color Cylindrical-coordinate representation of color #14354F: hue angle of 206.44º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14354F is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 53 79 -
CMYK 0.75 0.33 0 0.69
HSL 206.44º 0.6% 0.19% -
HSV(B) 206.44º 0.75% 0.31% -
XYZ 2.97 3.26 7.87 -
YUV 46.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 20 53 79 0.75 0.33 0 0.69 206.44 0.6 0.19
Hex 14 35 4F 4B 21 0 45 CE 3C 13
Octal 24 65 117 113 41 0 105 316 74 23
Binary 10100 110101 1001111 1001011 100001 0 1000101 11001110 111100 10011

Color Harmonies of #14354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14354F

Black with #14354F

Text Example


Text Example

White with #14354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14354F; }

 p { color: rgb(20,53,79); }

 H1.HeaderClassName
 {
   color: #14354F;
 }
 .AnyTagClassName
 {
   color: #14354F;
 }
</style>

background-color css

<style>
 a { background-color: #14354F; }

 a { background-color: rgb(20,53,79); }

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

border-color css

<style>
 span { border-color: #14354F; }

 span { border-color: rgb(20,53,79); }

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