Html Css Color HEX #14324C Blue Whale

📋 copy color: '#14324C'

red 20 ◦ green 50 ◦ blue 76

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

Shades of Blue Whale #14324C

Tints of Blue Whale #14324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.25%

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

R = 13.7%
G = 34.25%
B = 52.05%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14324C (or 0x14324C) is known color: Blue Whale. HEX triplet: 14, 32 and 4C. RGB value is (20,50,76). Sum of RGB (Red+Green+Blue) = 20+50+76=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #14324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14324C is #EBCDB3. Grayscale: #2B2B2B. Windows color (decimal): -15453620 or 4993556. OLE color: 4993556.

HSL color Cylindrical-coordinate representation of color #14324C: hue angle of 207.86º 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 #14324C is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 50 76 -
CMYK 0.74 0.34 0 0.70
HSL 207.86º 0.58% 0.19% -
HSV(B) 207.86º 0.74% 0.3% -
XYZ 2.73 2.95 7.26 -
YUV 43.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 20 50 76 0.74 0.34 0 0.70 207.86 0.58 0.19
Hex 14 32 4C 4A 22 0 46 D0 3A 13
Octal 24 62 114 112 42 0 106 320 72 23
Binary 10100 110010 1001100 1001010 100010 0 1000110 11010000 111010 10011

Color Harmonies of #14324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14324C

Black with #14324C

Text Example


Text Example

White with #14324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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