Html Css Color HEX #143344 Blue Whale

📋 copy color: '#143344'

red 20 ◦ green 51 ◦ blue 68

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

Shades of Blue Whale #143344

Tints of Blue Whale #143344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 48.92%

R = 14.39%
G = 36.69%
B = 48.92%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#143344 (or 0x143344) is known color: Blue Whale. HEX triplet: 14, 33 and 44. RGB value is (20,51,68). Sum of RGB (Red+Green+Blue) = 20+51+68=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #143344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143344 is #EBCCBB. Grayscale: #2B2B2B. Windows color (decimal): -15453372 or 4469524. OLE color: 4469524.

HSL color Cylindrical-coordinate representation of color #143344: hue angle of 201.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143344 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 51 68 -
CMYK 0.71 0.25 0 0.73
HSL 201.25º 0.55% 0.17% -
HSV(B) 201.25º 0.71% 0.27% -
XYZ 2.52 2.93 5.9 -
YUV 43.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 20 51 68 0.71 0.25 0 0.73 201.25 0.55 0.17
Hex 14 33 44 47 19 0 49 C9 37 11
Octal 24 63 104 107 31 0 111 311 67 21
Binary 10100 110011 1000100 1000111 11001 0 1001001 11001001 110111 10001

Color Harmonies of #143344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143344

Black with #143344

Text Example


Text Example

White with #143344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143344; }

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

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

background-color css

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

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

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

border-color css

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

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

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