Html Css Color HEX #143341 Blue Whale

📋 copy color: '#143341'

red 20 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #143341

Tints of Blue Whale #143341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.79%

R = 14.71%
G = 37.5%
B = 47.79%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143341 (or 0x143341) is known color: Blue Whale. HEX triplet: 14, 33 and 41. RGB value is (20,51,65). Sum of RGB (Red+Green+Blue) = 20+51+65=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #143341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143341 is #EBCCBE. Grayscale: #2B2B2B. Windows color (decimal): -15453375 or 4272916. OLE color: 4272916.

HSL color Cylindrical-coordinate representation of color #143341: hue angle of 198.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143341 is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 51 65 -
CMYK 0.69 0.22 0 0.75
HSL 198.67º 0.53% 0.17% -
HSV(B) 198.67º 0.69% 0.25% -
XYZ 2.43 2.9 5.43 -
YUV 43.33 140.23 111.36 -
System Red Green Blue C M Y K H S L
Decimal 20 51 65 0.69 0.22 0 0.75 198.67 0.53 0.17
Hex 14 33 41 45 16 0 4B C7 35 11
Octal 24 63 101 105 26 0 113 307 65 21
Binary 10100 110011 1000001 1000101 10110 0 1001011 11000111 110101 10001

Color Harmonies of #143341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143341

Black with #143341

Text Example


Text Example

White with #143341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143341; }

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

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

background-color css

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

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

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

border-color css

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

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

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