Html Css Color HEX #143648 Blue Whale

📋 copy color: '#143648'

red 20 ◦ green 54 ◦ blue 72

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

Shades of Blue Whale #143648

Tints of Blue Whale #143648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.99%

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

R = 13.7%
G = 36.99%
B = 49.32%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#143648 (or 0x143648) is known color: Blue Whale. HEX triplet: 14, 36 and 48. RGB value is (20,54,72). Sum of RGB (Red+Green+Blue) = 20+54+72=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #143648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143648 is #EBC9B7. Grayscale: #2D2D2D. Windows color (decimal): -15452600 or 4732436. OLE color: 4732436.

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

Color convert

RGB 20 54 72 -
CMYK 0.72 0.25 0 0.72
HSL 200.77º 0.57% 0.18% -
HSV(B) 200.77º 0.72% 0.28% -
XYZ 2.78 3.25 6.61 -
YUV 45.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 20 54 72 0.72 0.25 0 0.72 200.77 0.57 0.18
Hex 14 36 48 48 19 0 48 C9 39 12
Octal 24 66 110 110 31 0 110 311 71 22
Binary 10100 110110 1001000 1001000 11001 0 1001000 11001001 111001 10010

Color Harmonies of #143648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143648

Black with #143648

Text Example


Text Example

White with #143648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143648; }

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

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

background-color css

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

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

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

border-color css

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

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

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