Html Css Color HEX #14314C Blue Whale

📋 copy color: '#14314C'

red 20 ◦ green 49 ◦ blue 76

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

Shades of Blue Whale #14314C

Tints of Blue Whale #14314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.41%

R = 13.79%
G = 33.79%
B = 52.41%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14314C (or 0x14314C) is known color: Blue Whale. HEX triplet: 14, 31 and 4C. RGB value is (20,49,76). Sum of RGB (Red+Green+Blue) = 20+49+76=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #14314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14314C is #EBCEB3. Grayscale: #2B2B2B. Windows color (decimal): -15453876 or 4993300. OLE color: 4993300.

HSL color Cylindrical-coordinate representation of color #14314C: hue angle of 208.93º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14314C is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 49 76 -
CMYK 0.74 0.36 0 0.70
HSL 208.93º 0.58% 0.19% -
HSV(B) 208.93º 0.74% 0.3% -
XYZ 2.69 2.87 7.25 -
YUV 43.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 20 49 76 0.74 0.36 0 0.70 208.93 0.58 0.19
Hex 14 31 4C 4A 24 0 46 D1 3A 13
Octal 24 61 114 112 44 0 106 321 72 23
Binary 10100 110001 1001100 1001010 100100 0 1000110 11010001 111010 10011

Color Harmonies of #14314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14314C

Black with #14314C

Text Example


Text Example

White with #14314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14314C; }

 p { color: rgb(20,49,76); }

 H1.HeaderClassName
 {
   color: #14314C;
 }
 .AnyTagClassName
 {
   color: #14314C;
 }
</style>

background-color css

<style>
 a { background-color: #14314C; }

 a { background-color: rgb(20,49,76); }

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

border-color css

<style>
 span { border-color: #14314C; }

 span { border-color: rgb(20,49,76); }

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