Html Css Color HEX #143145 Blue Whale

📋 copy color: '#143145'

red 20 ◦ green 49 ◦ blue 69

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

Shades of Blue Whale #143145

Tints of Blue Whale #143145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.51%

 BLUE value IS 69 (27.34% from 255) = 50%

R = 14.49%
G = 35.51%
B = 50%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#143145 (or 0x143145) is known color: Blue Whale. HEX triplet: 14, 31 and 45. RGB value is (20,49,69). Sum of RGB (Red+Green+Blue) = 20+49+69=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #143145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143145 is #EBCEBA. Grayscale: #2A2A2A. Windows color (decimal): -15453883 or 4534548. OLE color: 4534548.

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

Color convert

RGB 20 49 69 -
CMYK 0.71 0.29 0 0.73
HSL 204.49º 0.55% 0.17% -
HSV(B) 204.49º 0.71% 0.27% -
XYZ 2.46 2.78 6.04 -
YUV 42.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 20 49 69 0.71 0.29 0 0.73 204.49 0.55 0.17
Hex 14 31 45 47 1D 0 49 CC 37 11
Octal 24 61 105 107 35 0 111 314 67 21
Binary 10100 110001 1000101 1000111 11101 0 1001001 11001100 110111 10001

Color Harmonies of #143145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143145

Black with #143145

Text Example


Text Example

White with #143145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143145; }

 p { color: rgb(20,49,69); }

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

background-color css

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

 a { background-color: rgb(20,49,69); }

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

border-color css

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

 span { border-color: rgb(20,49,69); }

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