Html Css Color HEX #14334B Blue Whale

📋 copy color: '#14334B'

red 20 ◦ green 51 ◦ blue 75

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

Shades of Blue Whale #14334B

Tints of Blue Whale #14334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.93%

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

R = 13.7%
G = 34.93%
B = 51.37%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14334B (or 0x14334B) is known color: Blue Whale. HEX triplet: 14, 33 and 4B. RGB value is (20,51,75). Sum of RGB (Red+Green+Blue) = 20+51+75=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #14334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14334B is #EBCCB4. Grayscale: #2C2C2C. Windows color (decimal): -15453365 or 4928276. OLE color: 4928276.

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

Color convert

RGB 20 51 75 -
CMYK 0.73 0.32 0 0.71
HSL 206.18º 0.58% 0.19% -
HSV(B) 206.18º 0.73% 0.29% -
XYZ 2.74 3.02 7.1 -
YUV 44.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 20 51 75 0.73 0.32 0 0.71 206.18 0.58 0.19
Hex 14 33 4B 49 20 0 47 CE 3A 13
Octal 24 63 113 111 40 0 107 316 72 23
Binary 10100 110011 1001011 1001001 100000 0 1000111 11001110 111010 10011

Color Harmonies of #14334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14334B

Black with #14334B

Text Example


Text Example

White with #14334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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