Html Css Color HEX #143048 Blue Whale

📋 copy color: '#143048'

red 20 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #143048

Tints of Blue Whale #143048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

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

R = 14.29%
G = 34.29%
B = 51.43%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143048 (or 0x143048) is known color: Blue Whale. HEX triplet: 14, 30 and 48. RGB value is (20,48,72). Sum of RGB (Red+Green+Blue) = 20+48+72=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #143048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143048 is #EBCFB7. Grayscale: #2A2A2A. Windows color (decimal): -15454136 or 4730900. OLE color: 4730900.

HSL color Cylindrical-coordinate representation of color #143048: hue angle of 207.69º 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 #143048 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 48 72 -
CMYK 0.72 0.33 0 0.72
HSL 207.69º 0.57% 0.18% -
HSV(B) 207.69º 0.72% 0.28% -
XYZ 2.52 2.73 6.53 -
YUV 42.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 20 48 72 0.72 0.33 0 0.72 207.69 0.57 0.18
Hex 14 30 48 48 21 0 48 D0 39 12
Octal 24 60 110 110 41 0 110 320 71 22
Binary 10100 110000 1001000 1001000 100001 0 1001000 11010000 111001 10010

Color Harmonies of #143048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143048

Black with #143048

Text Example


Text Example

White with #143048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143048; }

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

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

background-color css

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

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

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

border-color css

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

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

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