Html Css Color HEX #143A46 Blue Whale

📋 copy color: '#143A46'

red 20 ◦ green 58 ◦ blue 70

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

Shades of Blue Whale #143A46

Tints of Blue Whale #143A46

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.19%

 BLUE value IS 70 (27.73% from 255) = 47.3%

R = 13.51%
G = 39.19%
B = 47.3%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#143A46 (or 0x143A46) is known color: Blue Whale. HEX triplet: 14, 3A and 46. RGB value is (20,58,70). Sum of RGB (Red+Green+Blue) = 20+58+70=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #143A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A46 is #EBC5B9. Grayscale: #2F2F2F. Windows color (decimal): -15451578 or 4602388. OLE color: 4602388.

HSL color Cylindrical-coordinate representation of color #143A46: hue angle of 194.4º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143A46 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 58 70 -
CMYK 0.71 0.17 0 0.73
HSL 194.4º 0.56% 0.18% -
HSV(B) 194.4º 0.71% 0.27% -
XYZ 2.91 3.62 6.34 -
YUV 48.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 20 58 70 0.71 0.17 0 0.73 194.4 0.56 0.18
Hex 14 3A 46 47 11 0 49 C2 38 12
Octal 24 72 106 107 21 0 111 302 70 22
Binary 10100 111010 1000110 1000111 10001 0 1001001 11000010 111000 10010

Color Harmonies of #143A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A46

Black with #143A46

Text Example


Text Example

White with #143A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143A46; }

 p { color: rgb(20,58,70); }

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

background-color css

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

 a { background-color: rgb(20,58,70); }

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

border-color css

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

 span { border-color: rgb(20,58,70); }

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