Html Css Color HEX #14384C Blue Whale

📋 copy color: '#14384C'

red 20 ◦ green 56 ◦ blue 76

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

Shades of Blue Whale #14384C

Tints of Blue Whale #14384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.84%

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

R = 13.16%
G = 36.84%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14384C (or 0x14384C) is known color: Blue Whale. HEX triplet: 14, 38 and 4C. RGB value is (20,56,76). Sum of RGB (Red+Green+Blue) = 20+56+76=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #14384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14384C is #EBC7B3. Grayscale: #2F2F2F. Windows color (decimal): -15452084 or 4995092. OLE color: 4995092.

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

Color convert

RGB 20 56 76 -
CMYK 0.74 0.26 0 0.70
HSL 201.43º 0.58% 0.19% -
HSV(B) 201.43º 0.74% 0.3% -
XYZ 3.01 3.5 7.35 -
YUV 47.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 20 56 76 0.74 0.26 0 0.70 201.43 0.58 0.19
Hex 14 38 4C 4A 1A 0 46 C9 3A 13
Octal 24 70 114 112 32 0 106 311 72 23
Binary 10100 111000 1001100 1001010 11010 0 1000110 11001001 111010 10011

Color Harmonies of #14384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14384C

Black with #14384C

Text Example


Text Example

White with #14384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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