Html Css Color HEX #143848 Blue Whale

📋 copy color: '#143848'

red 20 ◦ green 56 ◦ blue 72

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

Shades of Blue Whale #143848

Tints of Blue Whale #143848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.84%

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

R = 13.51%
G = 37.84%
B = 48.65%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143848 (or 0x143848) is known color: Blue Whale. HEX triplet: 14, 38 and 48. RGB value is (20,56,72). Sum of RGB (Red+Green+Blue) = 20+56+72=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #143848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143848 is #EBC7B7. Grayscale: #2E2E2E. Windows color (decimal): -15452088 or 4732948. OLE color: 4732948.

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

Color convert

RGB 20 56 72 -
CMYK 0.72 0.22 0 0.72
HSL 198.46º 0.57% 0.18% -
HSV(B) 198.46º 0.72% 0.28% -
XYZ 2.87 3.44 6.64 -
YUV 47.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 20 56 72 0.72 0.22 0 0.72 198.46 0.57 0.18
Hex 14 38 48 48 16 0 48 C6 39 12
Octal 24 70 110 110 26 0 110 306 71 22
Binary 10100 111000 1001000 1001000 10110 0 1001000 11000110 111001 10010

Color Harmonies of #143848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143848

Black with #143848

Text Example


Text Example

White with #143848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143848; }

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

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

background-color css

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

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

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

border-color css

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

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

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