Html Css Color HEX #143144 Blue Whale

📋 copy color: '#143144'

red 20 ◦ green 49 ◦ blue 68

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

Shades of Blue Whale #143144

Tints of Blue Whale #143144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.77%

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

R = 14.6%
G = 35.77%
B = 49.64%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#143144 (or 0x143144) is known color: Blue Whale. HEX triplet: 14, 31 and 44. RGB value is (20,49,68). Sum of RGB (Red+Green+Blue) = 20+49+68=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #143144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143144 is #EBCEBB. Grayscale: #2A2A2A. Windows color (decimal): -15453884 or 4469012. OLE color: 4469012.

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

Color convert

RGB 20 49 68 -
CMYK 0.71 0.28 0 0.73
HSL 203.75º 0.55% 0.17% -
HSV(B) 203.75º 0.71% 0.27% -
XYZ 2.43 2.76 5.87 -
YUV 42.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 20 49 68 0.71 0.28 0 0.73 203.75 0.55 0.17
Hex 14 31 44 47 1C 0 49 CC 37 11
Octal 24 61 104 107 34 0 111 314 67 21
Binary 10100 110001 1000100 1000111 11100 0 1001001 11001100 110111 10001

Color Harmonies of #143144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143144

Black with #143144

Text Example


Text Example

White with #143144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143144; }

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

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

background-color css

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

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

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

border-color css

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

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

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