Html Css Color HEX #143448 Blue Whale

📋 copy color: '#143448'

red 20 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #143448

Tints of Blue Whale #143448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.11%

 BLUE value IS 72 (28.52% from 255) = 50%

R = 13.89%
G = 36.11%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143448 (or 0x143448) is known color: Blue Whale. HEX triplet: 14, 34 and 48. RGB value is (20,52,72). Sum of RGB (Red+Green+Blue) = 20+52+72=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #143448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143448 is #EBCBB7. Grayscale: #2C2C2C. Windows color (decimal): -15453112 or 4731924. OLE color: 4731924.

HSL color Cylindrical-coordinate representation of color #143448: hue angle of 203.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #143448 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 52 72 -
CMYK 0.72 0.28 0 0.72
HSL 203.08º 0.57% 0.18% -
HSV(B) 203.08º 0.72% 0.28% -
XYZ 2.69 3.07 6.58 -
YUV 44.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 20 52 72 0.72 0.28 0 0.72 203.08 0.57 0.18
Hex 14 34 48 48 1C 0 48 CB 39 12
Octal 24 64 110 110 34 0 110 313 71 22
Binary 10100 110100 1001000 1001000 11100 0 1001000 11001011 111001 10010

Color Harmonies of #143448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143448

Black with #143448

Text Example


Text Example

White with #143448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143448; }

 p { color: rgb(20,52,72); }

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

background-color css

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

 a { background-color: rgb(20,52,72); }

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

border-color css

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

 span { border-color: rgb(20,52,72); }

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